diff options
-rw-r--r-- | bot/exts/christmas/advent_of_code/_helpers.py | 2 |
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 |