internal: begone comma

This commit is contained in:
Cadey Ratio 2019-10-23 17:14:37 +00:00
parent 794674b948
commit d500647116
1 changed files with 1 additions and 1 deletions

View File

@ -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 {