Ensure that UTC timezone is Etc/UTC.
With Antarctica/Troll in UTC which uses DST, it was taking UTC and trying to apply DST, which doesn't make sense, since a user specifying UTC will not want to use DST.
This commit is contained in:
parent
4afd6ce482
commit
c0c4e3e386
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@
|
|||
"US/Alaska"],
|
||||
["GYT","America/Guyana"],
|
||||
["PMST","America/Miquelon"],
|
||||
["UTC","Antarctica/Troll","Etc/UTC",
|
||||
["UTC","Etc/UTC","Antarctica/Troll",
|
||||
"Etc/Universal","Etc/Zulu","UTC","Universal",
|
||||
"Zulu"],
|
||||
["WIT","Asia/Jayapura"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue