I collect dates in the following format:
Mon, February 14, 2011, 08:22:34 AM
When I sort messages by the most recent date / time using ORDER BY date_time DESC, sometimes it sorts it correctly, and sometimes not. So, is there a better way to capture data so that sorting is done correctly?
For example, make ten entries in a row that it can sort correctly, that is, the last messages will be displayed first. Then after that he can put the very last one at the very bottom.
source share