internal: begone comma
This commit is contained in:
parent
794674b948
commit
d500647116
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue