Skip to content

[destination-bigquery] timestamps ignore timezone #46892

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
1 task
andrea-zanetti opened this issue Oct 14, 2024 · 1 comment
Closed
1 task

[destination-bigquery] timestamps ignore timezone #46892

andrea-zanetti opened this issue Oct 14, 2024 · 1 comment

Comments

@andrea-zanetti
Copy link

Connector Name

destination-bigquery

Connector Version

2.8.9

What step the error happened?

During the sync

Relevant information

While trying to replicate tables from a MySql server with CET/CEST timezone (we have correctly configured MysqlSource jdbc parameter timezone=Europe/Rome) all timestamp values are inserted as UTC timestamp without conversion, i.e.

[Original value] 2014-06-27 15:55:00.000000
[Inserted value] 2014-06-27 15:55:00.000000 UTC
[Expected value] 2014-06-27 13:55:00.000000 UTC

This bug is very similar to this old one: Destination BigQuery Denormalized : lose timezone after insert datetime with TZ

Relevant log output

No response

Contribute

  • Yes, I want to contribute
@andrea-zanetti
Copy link
Author

We realized the problem is in the source so i'm closing the issue.

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

No branches or pull requests

3 participants