mirror of
https://github.com/facebook/duckling.git
synced 2024-11-28 00:31:28 +03:00
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:
parent
40cdb88982
commit
1ba1aedeba
@ -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" )
|
||||
|
Loading…
Reference in New Issue
Block a user