From 9f88dc953005c1194d15f1390f6e09eea34e1f71 Mon Sep 17 00:00:00 2001 From: Colin Henry Date: Tue, 4 Apr 2023 23:19:22 -0700 Subject: [PATCH] added ISO8601 constant --- time/format.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 time/format.go diff --git a/time/format.go b/time/format.go new file mode 100644 index 0000000..339f4f1 --- /dev/null +++ b/time/format.go @@ -0,0 +1,5 @@ +package time + +import "time" + +const ISO8601 = time.RFC3339