From 1597e6062f596ddeb18b5701a08d07c18c5af792 Mon Sep 17 00:00:00 2001 From: zephyrkul Date: Wed, 22 Sep 2021 22:00:20 -0600 Subject: [PATCH] fix BIT --- fifo/timezones.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fifo/timezones.py b/fifo/timezones.py index bd1c239..4943a17 100644 --- a/fifo/timezones.py +++ b/fifo/timezones.py @@ -42,7 +42,7 @@ def assemble_timezones(): 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["BIT"] = timezone("Pacific/Funafuti") # Baker Island Time (UTC−12) + timezones["BIT"] = timezone("Etc/GMT+12") # Baker Island Time (UTC−12) timezones["BOT"] = timezone("America/La_Paz") # Bolivia Time (UTC−04) timezones["BRST"] = timezone("America/Sao_Paulo") # Brasilia Summer Time (UTC−02) timezones["BRT"] = timezone("America/Sao_Paulo") # Brasilia Time (UTC−03)