aboutsummaryrefslogtreecommitdiff
path: root/cmd/site/internal/date.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/site/internal/date.go')
-rw-r--r--cmd/site/internal/date.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/site/internal/date.go b/cmd/site/internal/date.go
index 960cdc2..cc81a1c 100644
--- a/cmd/site/internal/date.go
+++ b/cmd/site/internal/date.go
@@ -2,7 +2,7 @@ package internal
import "time"
-const iOS13DetriFormat = `2006 M1 2`
+const iOS13DetriFormat = `2006 M01 2`
// IOS13Detri formats a datestamp like iOS 13 does with the Lojban locale.
func IOS13Detri(t time.Time) string {