BigQuery Timestamp formatting #35737
-
DescriptionI am unable to change any Bigquery formatting for the field with a timestamp data type. Ultimately I am having an issue with it always being set to my Local time which is incorrect. I have a table with multiple BQ TIMESTAMP fields and 1 field with a DATETIME datatype. The DATETIME field works as expected and I can set the timezone accordingly but anything with a native TIMESTAMP datatype always seems to get adjusted to my local time. I have tried all kinds of settings to get this value to show the proper UTC time which is what is stored in BQ. I do not have this issue in any of my other data sources like postgres or MSSQL, the same table in mssql show the correct value in DBeaver. In the screenshot believe this is the Default because for all data formats, The only way I can see the true value is to cast as a string type. DBeaver VersionEnterprise 24.2.0 Operating SystemWindows 11 Database and driverDatabase: BigQuery Steps to reproduceanytime view the data for timestamp fields its always defaults to localtime Additional contextthe Restore Default Button in Data Formats seems to do nothing. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, @jeff-bradley |
Beta Was this translation helpful? Give feedback.
-
@E1izabeth That seems to work how I want it to. Weird that BQ was the only one affected. Thank you! |
Beta Was this translation helpful? Give feedback.
Hi, @jeff-bradley
Could you try to specify the UTC timezone in Preferences —> User interface?