Skip to content

Commit

Permalink
remove tz with modified offset from tests (#8677)
Browse files Browse the repository at this point in the history
  • Loading branch information
korowa authored Dec 29, 2023
1 parent d515c68 commit 8ced56e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions datafusion/sqllogictest/test_files/timestamps.slt
Original file line number Diff line number Diff line change
Expand Up @@ -1730,14 +1730,11 @@ SELECT TIMESTAMPTZ '2022-01-01 01:10:00 AEST'
query P rowsort
SELECT TIMESTAMPTZ '2022-01-01 01:10:00 Australia/Sydney' as ts_geo
UNION ALL
SELECT TIMESTAMPTZ '2022-01-01 01:10:00 Antarctica/Vostok' as ts_geo
UNION ALL
SELECT TIMESTAMPTZ '2022-01-01 01:10:00 Africa/Johannesburg' as ts_geo
UNION ALL
SELECT TIMESTAMPTZ '2022-01-01 01:10:00 America/Los_Angeles' as ts_geo
----
2021-12-31T14:10:00Z
2021-12-31T19:10:00Z
2021-12-31T23:10:00Z
2022-01-01T09:10:00Z

Expand Down

0 comments on commit 8ced56e

Please sign in to comment.