Postgres timezone setting was ignored
Open
bug
good first issue
postgres
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.