Skip to content

Commit

Permalink
test: add Asia/Choibalsan to list of skipped timezones
Browse files Browse the repository at this point in the history
Fixes #2686
  • Loading branch information
olavloite committed Jan 18, 2025
1 parent 6811d67 commit ee6187a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,7 @@ public void testTimestamptzParsing() throws Exception {
ZoneId.of("Asia/Tehran"),
// Changed the use of DST multiple times. Changed offset on 2024-02-29.
ZoneId.of("Asia/Almaty"),
ZoneId.of("Asia/Choibalsan"),
ZoneId.of("Asia/Qostanay"),
// Rankin_Inlet and Resolute did not observe DST in 1970-1979, but not all databases
// agree.
Expand Down

0 comments on commit ee6187a

Please sign in to comment.