aboutsummaryrefslogtreecommitdiff
path: root/internal/date.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/date.go')
-rw-r--r--internal/date.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/internal/date.go b/internal/date.go
deleted file mode 100644
index cc81a1c..0000000
--- a/internal/date.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package internal
-
-import "time"
-
-const iOS13DetriFormat = `2006 M01 2`
-
-// IOS13Detri formats a datestamp like iOS 13 does with the Lojban locale.
-func IOS13Detri(t time.Time) string {
- return t.Format(iOS13DetriFormat)
-}