From 619dc78baccac6b148e35dee4fc951f6b6f173bf Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 9 Jul 2017 17:20:21 +1200 Subject: [PATCH] change default time format --- ServerOptions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServerOptions.go b/ServerOptions.go index 290365f..b82d790 100644 --- a/ServerOptions.go +++ b/ServerOptions.go @@ -24,7 +24,7 @@ func DefaultOptions() *ServerOptions { ExpectBaseURL: "/", DefaultPage: "home", Timezone: "UTC", - DateFormat: time.RFC822Z, + DateFormat: time.RFC3339, DBFilePath: "wiki.db", FaviconFilePath: "", // no favicon AllowDBDownload: true,