Skip to content

🐛 Destination BigQuery Denormalized : lose timezone after insert datetime with TZ #13229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DoNotPanicUA opened this issue May 26, 2022 · 0 comments · Fixed by #13286
Closed

Comments

@DoNotPanicUA
Copy link
Contributor

Current Behavior

The BigQuery stores all dates in the UTC timezone.
The normalization process ignores the timezone of incoming values and stores it in UTC as is.
Incoming data : 2022-11-22T01:23:45+05:00
Stored data in UTC : 2022-11-22T01:23:45
Expacted data in UTC : 2022-11-21T20:23:45

Expected Behavior

Data should be stored including the timezone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants