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
(The select for MySQL returns UTC instead of local time)
A SELECT timestamp from my_table; in the mysql-console returns local time correctly.
Column datatype is a "Timestamp" in both cases.
This bug report is missing important information about the relevant schema used for both database systems. Ideally you would add/link a completely reproducible example of the underlying issue. It is at least required to add the relevant schema definition (as sql), otherwise I can only close this issue due to missing informarion.
Versions
Feature Flags
Problem Description
Postgres and MySQL queries behave differently when querying timestamps:
Postgres query:
(The select for Postgres returns local time)
Identical query for MySQL:
(The select for MySQL returns UTC instead of local time)
A
SELECT timestamp from my_table;
in the mysql-console returns local time correctly.Column datatype is a "Timestamp" in both cases.
Checklist
closed if this is not the case)
The text was updated successfully, but these errors were encountered: