mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
5 lines
108 B
Go
5 lines
108 B
Go
|
package message
|
||
|
|
||
|
// Timestamp as used in internet mail messages.
|
||
|
const RFC5322Z = "02 Jan 2006 15:04 -0700"
|