ie ```the query 2023-12-18 16:28:48.712 [eventLoo...
# exposed
d
ie
Copy code
the query

2023-12-18 16:28:48.712 [eventLoopGroupProxy-4-1] DEBUG Exposed - SELECT private_messages.private_message_id, private_messages.content, private_messages.current_date_time, private_messages.last_time_online, private_messages.user_id FROM private_messages WHERE (private_messages.user_id <> 4) AND (private_messages.current_date_time BETWEEN '2023-12-15T13:17:36' AND '2023-12-18T16:28:48.708845545') ORDER BY private_messages.current_date_time ASC LIMIT 20
records fetched
Copy code
2023-12-18 16:28:48.714 [eventLoopGroupProxy-4-1] INFO  i.k.server.application.Application -  Message Timestamp> PrivateMessage(privateMessageId=51, content=[Son] : Testing, currentDateTime=2023-12-15T11:06:06, lastTimeOnline=2023-12-15T11:32:37, userId=3)
as you can see the current date fetched in the record within the range. what is the problem?