Commit 91da647
authored
fix: Use correct timezones for
#### Summary
It seems by default Snowflake uses `America/Pacific` timezone or the current session timezone (if it was overridden via the connection string) when using the `timestamp_tz` by switching to `timestamp_ntz` all timestamps will be in UTCdelete query for Snowflake Destination (#14097)1 parent 424e4f3 commit 91da647
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments