Correct CDT TimeZone offset

Summary: CDT is UTC -5. (-5 hours) * (60 minutes/hour) = -300 hours. 540 was probably copy/paste error.

Reviewed By: girifb

Differential Revision: D25877623

fbshipit-source-id: de4f84f2564cbb154aec95eee63c458c64f8a85f
This commit is contained in:
Daniel Cartwright 2021-01-12 13:48:18 -08:00 committed by Facebook GitHub Bot
parent 40cdb88982
commit 1ba1aedeba

View File

@ -158,7 +158,7 @@ tzs = HashMap.fromList
, ( "CHADT", TimeZone 825 True "CHADT" )
, ( "CET", TimeZone 60 False "CET" )
, ( "CEST", TimeZone 120 True "CEST" )
, ( "CDT", TimeZone 540 True "CDT" )
, ( "CDT", TimeZone (-300) True "CDT" )
, ( "CCT", TimeZone 390 False "CCT" )
, ( "CAT", TimeZone 120 False "CAT" )
, ( "CAST", TimeZone 180 True "CAST" )