aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Chris <[email protected]>2021-05-18 09:53:46 +0100
committerGravatar Chris <[email protected]>2021-05-18 09:53:46 +0100
commitb55df6ce4987159970115aeccab1c01fc1c03c8e (patch)
tree52c0c42bb3b02eed9fffa8eb5be0665887b27038 /bot
parentUpdate references using EST const to use arrow (diff)
Use an actual EST timezone
Timezones are hard :(
Diffstat (limited to 'bot')
-rw-r--r--bot/exts/christmas/advent_of_code/_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/christmas/advent_of_code/_helpers.py b/bot/exts/christmas/advent_of_code/_helpers.py
index 99688400..96de90c4 100644
--- a/bot/exts/christmas/advent_of_code/_helpers.py
+++ b/bot/exts/christmas/advent_of_code/_helpers.py
@@ -48,7 +48,7 @@ AOC_EMBED_THUMBNAIL = (
)
# Create an easy constant for the EST timezone
-EST = "America/Chicago"
+EST = "America/New_York"
# Step size for the challenge countdown status
COUNTDOWN_STEP = 60 * 5