diff options
| author | Christine Dodrill <me@christine.website> | 2019-10-23 17:19:57 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-10-23 17:19:57 +0000 |
| commit | 471241b650d990dd0c638e536e00a9c88f5f3051 (patch) | |
| tree | ca8d5df7eaea0ff0516da8c54404595890335910 | |
| parent | 2348bd39fc4ab8c5efcd8c0f2d27bcd51927a049 (diff) | |
| download | xesite-471241b650d990dd0c638e536e00a9c88f5f3051.tar.xz xesite-471241b650d990dd0c638e536e00a9c88f5f3051.zip | |
okay oops
| -rw-r--r-- | internal/date.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
