added ISO8601 constant

This commit is contained in:
Colin Henry 2023-04-04 23:19:22 -07:00
parent 1ec6f3c5c3
commit 9f88dc9530
1 changed files with 5 additions and 0 deletions

5
time/format.go Normal file
View File

@ -0,0 +1,5 @@
package time
import "time"
const ISO8601 = time.RFC3339