From d500647116d62a705992c29223844a8887b56233 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 23 Oct 2019 17:14:37 +0000 Subject: [PATCH] internal: begone comma --- internal/date.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/date.go b/internal/date.go index 5b181aa..c3a67b9 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 = `Y2006 M01 2 Mon` // IOS13Detri formats a datestamp like iOS 13 does with the Lojban locale. func IOS13Detri(t time.Time) string {