From 471241b650d990dd0c638e536e00a9c88f5f3051 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 23 Oct 2019 17:19:57 +0000 Subject: [PATCH] okay oops --- internal/date.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/date.go b/internal/date.go index c3a67b9..cc81a1c 100644 --- a/internal/date.go +++ b/internal/date.go @@ -2,7 +2,7 @@ package internal import "time" -const iOS13DetriFormat = `Y2006 M01 2 Mon` +const iOS13DetriFormat = `2006 M01 2` // IOS13Detri formats a datestamp like iOS 13 does with the Lojban locale. func IOS13Detri(t time.Time) string {