Skip to content

Commit

Permalink
fix timezones list (#63)
Browse files Browse the repository at this point in the history
Canada/East-Saskatchewan and US/Pacific-New can not be found by time.LoadLocation.

Normally timezones should not be removed. Here is explanation, why this two was removed —https://stackoverflow.com/questions/78328589/is-the-list-of-iana-timezones-stable#comment138105389_78332721
  • Loading branch information
kulti authored Feb 4, 2025
1 parent 9fb8685 commit 9dcc8ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datetime.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ var timezones = []string{
"Asia/Taipei",
"CST6CDT",
"Canada/Central",
"Canada/East-Saskatchewan",
"Canada/Saskatchewan",
"Cuba",
"Mexico/General",
Expand Down Expand Up @@ -507,7 +506,6 @@ var timezones = []string{
"PST8PDT",
"Pacific/Pitcairn",
"US/Pacific",
"US/Pacific-New",
"Pacific/Palau",
"America/Asuncion",
"Asia/Qyzylorda",
Expand Down

0 comments on commit 9dcc8ca

Please sign in to comment.