mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 00:13:47 +03:00
tweak time format for added date headers
seconds are useful, leading zeros for "day" not so much
This commit is contained in:
parent
41167d6393
commit
0187fa0394
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
package message
|
||||
|
||||
// Timestamp as used in internet mail messages.
|
||||
const RFC5322Z = "02 Jan 2006 15:04 -0700"
|
||||
const RFC5322Z = "2 Jan 2006 15:04:05 -0700"
|
||||
|
|
Loading…
Reference in a new issue