Fix Etc/ timezones

pull/198/head
zephyrkul 3 years ago committed by GitHub
parent 1597e6062f
commit 45145ca19c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,7 +41,7 @@ def assemble_timezones():
timezones["AZOT"] = timezone("Atlantic/Azores") # Azores Standard Time (UTC01)
timezones["AZT"] = timezone("Asia/Baku") # Azerbaijan Time (UTC+04)
timezones["BDT"] = timezone("Asia/Brunei") # Brunei Time (UTC+08)
timezones["BIOT"] = timezone("Etc/GMT+6") # British Indian Ocean Time (UTC+06)
timezones["BIOT"] = timezone("Etc/GMT-6") # British Indian Ocean Time (UTC+06)
timezones["BIT"] = timezone("Etc/GMT+12") # Baker Island Time (UTC12)
timezones["BOT"] = timezone("America/La_Paz") # Bolivia Time (UTC04)
timezones["BRST"] = timezone("America/Sao_Paulo") # Brasilia Summer Time (UTC02)
@ -63,7 +63,7 @@ def assemble_timezones():
timezones["CHOT"] = timezone("Asia/Choibalsan") # Choibalsan Standard Time (UTC+08)
timezones["CHST"] = timezone("Pacific/Guam") # Chamorro Standard Time (UTC+10)
timezones["CHUT"] = timezone("Pacific/Chuuk") # Chuuk Time (UTC+10)
timezones["CIST"] = timezone("Etc/GMT-8") # Clipperton Island Standard Time (UTC08)
timezones["CIST"] = timezone("Etc/GMT+8") # Clipperton Island Standard Time (UTC08)
timezones["CIT"] = timezone("Asia/Makassar") # Central Indonesia Time (UTC+08)
timezones["CKT"] = timezone("Pacific/Rarotonga") # Cook Island Time (UTC10)
timezones["CLST"] = timezone("America/Santiago") # Chile Summer Time (UTC03)
@ -119,7 +119,7 @@ def assemble_timezones():
timezones["HOVT"] = timezone("Asia/Hovd") # Khovd Standard Time (UTC+07)
timezones["ICT"] = timezone("Asia/Ho_Chi_Minh") # Indochina Time (UTC+07)
timezones["IDT"] = timezone("Asia/Jerusalem") # Israel Daylight Time (UTC+03)
timezones["IOT"] = timezone("Etc/GMT+3") # Indian Ocean Time (UTC+03)
timezones["IOT"] = timezone("Etc/GMT-3") # Indian Ocean Time (UTC+03)
timezones["IRDT"] = timezone("Asia/Tehran") # Iran Daylight Time (UTC+04:30)
timezones["IRKT"] = timezone("Asia/Irkutsk") # Irkutsk Time (UTC+08)
timezones["IRST"] = timezone("Asia/Tehran") # Iran Standard Time (UTC+03:30)

Loading…
Cancel
Save