change default time format
This commit is contained in:
parent
993864ea35
commit
619dc78bac
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user