How do I sort dates by time when they are sorted alphabetically?

A column of dates may sort in the wrong order because it is improperly typed. Convert the column to timestamp to make it sort properly.

Use parse_timestamp to convert the string column to datetime and sort to order from maximum to minimum: