You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the timestamptz is mapped to YYYY-MM-DD hh:mm:ss.sssZ format and timestamp is mapped to YYYY-MM-DD hh:mm:ss.sss.
The document says "This is compatible with ISO8601 and SQLite’s functions.".
However, this format (use a space instead of T to separate date and time) isn't compatible with ISO-8601. (From Wikipedia, Separating date and time parts with other characters such as space is not allowed in ISO 8601, but allowed in its profile RFC 3339.)