diff --git a/owl/error_mail.py b/owl/error_mail.py
index acf6b777d5323032666fd96a4890be5c95245e49..7075e44f77a8aef614b7c713e27c84b166e0e5b1 100644
--- a/owl/error_mail.py
+++ b/owl/error_mail.py
@@ -65,7 +65,7 @@ def send_email(app: Flask, send_to: str, full_name: str, subject: str, body: str
         )
     ]
     msg['Subject'] = subject
-    msg['Date'] = datetime.datetime.now()
+    msg['Date'] = datetime.datetime.now().astimezone()
 
     msg.set_content(body, cte='quoted-printable')