From c0c4e3e386562c86796ae2af30dd7b38d16b6422 Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Tue, 1 Mar 2016 00:01:28 -0600 Subject: [PATCH] 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. --- include/tz_index.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tz_index.hrl b/include/tz_index.hrl index 03b0034..95bd35e 100644 --- a/include/tz_index.hrl +++ b/include/tz_index.hrl @@ -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"],