SQL for rows before a specific date

SQL for rows before a specific date

I have a table below 

how can I extract the rows where check-time is before a certain day

I tried  WHERE "Check-In Time" < '2023-06-01' but i doesn't work. Can someone advice? Thanks in advance!