change default time format
This commit is contained in:
parent
993864ea35
commit
619dc78bac
@ -24,7 +24,7 @@ func DefaultOptions() *ServerOptions {
|
|||||||
ExpectBaseURL: "/",
|
ExpectBaseURL: "/",
|
||||||
DefaultPage: "home",
|
DefaultPage: "home",
|
||||||
Timezone: "UTC",
|
Timezone: "UTC",
|
||||||
DateFormat: time.RFC822Z,
|
DateFormat: time.RFC3339,
|
||||||
DBFilePath: "wiki.db",
|
DBFilePath: "wiki.db",
|
||||||
FaviconFilePath: "", // no favicon
|
FaviconFilePath: "", // no favicon
|
||||||
AllowDBDownload: true,
|
AllowDBDownload: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user