Le 15/06/2021 à 16:53, Adam Hooper a écrit :
- *"Datetime"* lets you extract fields, parse strings, format to string. You can't sort (because clocks sometimes go backwards). You can't convert between timestamps and future datetimes (because timezones change).
Not true if the timezone is UTC, though.(which is a strong argument, IMHO, for representing all values in the UTC reference, regardless of any optional "timezone" information)
Regards Antoine.