added ISO8601 constant
This commit is contained in:
parent
1ec6f3c5c3
commit
9f88dc9530
5
time/format.go
Normal file
5
time/format.go
Normal file
@ -0,0 +1,5 @@
|
||||
package time
|
||||
|
||||
import "time"
|
||||
|
||||
const ISO8601 = time.RFC3339
|
Loading…
Reference in New Issue
Block a user