Commit 1f65334
committed
feat: normalize TIMESTAMPTZ values to UTC in PgSQL remote executor
PostgreSQL returns TIMESTAMPTZ column values as text like
"2024-06-15 14:30:00+05:30" where the trailing offset was previously
ignored (timezone handling was explicitly deferred). Switch the
TIMESTAMPTZOID branch to parse_datetime_tz() so the offset is applied
and the stored microseconds-since-epoch value is normalized to UTC.1 parent 293b19b commit 1f65334
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | | - | |
223 | | - | |
| 221 | + | |
| 222 | + | |
224 | 223 | | |
225 | 224 | | |
226 | 225 | | |
| |||
0 commit comments