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
In my original DB, all datetime fields are in UTC.
It should be possible (using a flag perhaps?) to convert the datetimes to be without timezone in sqlite3?
Right now the resulting value causes a few issues.
In my original DB, all datetime fields are in UTC.
It should be possible (using a flag perhaps?) to convert the datetimes to be without timezone in sqlite3?
Right now the resulting value causes a few issues.
Sample postgres table (partial):
Sample result table:
Expected format:
The text was updated successfully, but these errors were encountered: