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
Out of the discussion in #26, I think it makes sense to add a client timezone setting for the Postgres connection, to force timestamps to come back in the appropriate timezone. Note that normal postgres behavior for TIMESTAMP WITHOUT TIME ZONE columns would apply.
Out of the discussion in #26, I think it makes sense to add a client timezone setting for the Postgres connection, to force timestamps to come back in the appropriate timezone. Note that normal postgres behavior for
TIMESTAMP WITHOUT TIME ZONE
columns would apply.See https://www.postgresql.org/docs/current/sql-set.html
The text was updated successfully, but these errors were encountered: