Use +0000 timezone format in Date header (#756)
Since the Date we emit is UTC, it's correct to use "+0000". The previously used -0000 timezone indicator means "no timezone info".
This commit is contained in:
committed by
GitHub
parent
efa0d58778
commit
c1d37d54b4
2
testdata/email_with_png.eml
vendored
2
testdata/email_with_png.eml
vendored
@@ -1,4 +1,4 @@
|
||||
Date: Tue, 15 Nov 1994 08:12:31 -0000
|
||||
Date: Tue, 15 Nov 1994 08:12:31 +0000
|
||||
From: NoBody <nobody@domain.tld>
|
||||
Reply-To: Yuin <yuin@domain.tld>
|
||||
To: Hei <hei@domain.tld>
|
||||
|
||||
Reference in New Issue
Block a user