aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/seasons/halloween/timeleft.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/halloween/timeleft.py b/bot/seasons/halloween/timeleft.py
index cfb7ec79..2fc0fb76 100644
--- a/bot/seasons/halloween/timeleft.py
+++ b/bot/seasons/halloween/timeleft.py
@@ -19,7 +19,7 @@ class TimeLeft:
"""
checks that the current month is October
"""
- return datetime.now().month == 10
+ return datetime.utcnow().month == 10
@staticmethod
def load_date():