Skip to content
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

Postgres timezone setting was ignored #2317

Open
chubei opened this issue Jan 12, 2024 · 2 comments
Open

Postgres timezone setting was ignored #2317

chubei opened this issue Jan 12, 2024 · 2 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers postgres

Comments

@chubei
Copy link
Contributor

chubei commented Jan 12, 2024

When we convert timestamp from postgres, the date time string is local to the postgres server timezone, however, we treat it as utc date time.

https://github.com/getdozer/dozer/blob/main/dozer-ingestion/postgres/src/helper.rs#L132

@chubei chubei added bug Something isn't working good first issue Good for newcomers postgres labels Jan 12, 2024
@AnishKacham
Copy link

Hey, can I work on this?

@chubei
Copy link
Contributor Author

chubei commented Jan 14, 2024

Hey, can I work on this?

Hi @AnishKacham, of course!

@prabhuvaibhav prabhuvaibhav self-assigned this Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers postgres
Projects
None yet
Development

No branches or pull requests

3 participants