okay oops

This commit is contained in:
Cadey Ratio 2019-10-23 17:19:57 +00:00
parent 2348bd39fc
commit 471241b650
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 = `2006 M01 2`
// IOS13Detri formats a datestamp like iOS 13 does with the Lojban locale.
func IOS13Detri(t time.Time) string {