Commit Diff


commit - 16c58399de51c67e881284510b7df2d227a33a54
commit + 1d3bc0bad526a7a4e21d9b2595e1f0f4edd98abe
blob - ee4bb1cc545257d38375b1c6673867ac17c1d22b
blob + 27bb2710e94e78810e2606b7110398fba3fed8d8
--- gotd/libexec/got-notify-email/got-notify-email.c
+++ gotd/libexec/got-notify-email/got-notify-email.c
@@ -243,7 +243,7 @@ send_email(const char *myfromaddr, const char *fromadd
 		if (send_smtp_msg(s, "Reply-To: %s\r\n", replytoaddr))
 			errx(1, "could not send Reply-To header");
 	}
-	if (send_smtp_msg(s, "Date: %s\r\n", datestr))
+	if (send_smtp_msg(s, "Date: %s +0000 (UTC)\r\n", datestr))
 		errx(1, "could not send Date header");
 
 	if (send_smtp_msg(s, "Subject: %s\r\n", subject))