Skip to content

Commit

Permalink
tweak time format for added date headers
Browse files Browse the repository at this point in the history
seconds are useful, leading zeros for "day" not so much
  • Loading branch information
mjl- committed Jun 4, 2023
1 parent 41167d6 commit 0187fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message/time.go
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 0187fa0

Please sign in to comment.