diff options
author | Justin Nuß <nuss.justin@gmail.com> | 2014-07-24 22:31:59 +0200 |
---|---|---|
committer | Justin Nuß <nuss.justin@gmail.com> | 2014-07-24 22:31:59 +0200 |
commit | 835e85b5ce9921ffd4d50b90b706e02685167331 (patch) | |
tree | 0edaa72fd600cfa9ef0ec73cc6786922eaf87e15 /conf | |
parent | c20f5dc2ea1b27e80c28e00831278c7451ba6cce (diff) | |
download | gitea-835e85b5ce9921ffd4d50b90b706e02685167331.tar.gz gitea-835e85b5ce9921ffd4d50b90b706e02685167331.zip |
Fix #281. Add mouse-over precise time and on-click switch listener.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index 96e320375b..77090c46f0 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -192,6 +192,12 @@ MAX_SIZE ; Max number of files per upload. Defaults to 10 MAX_FILES = +[time] +; Specifies the format for fully outputed dates. Defaults to RFC1123 +; Special supported values are ANSIC, UnixDate, RubyDate, RFC822, RFC822Z, RFC850, RFC1123, RFC1123Z, RFC3339, RFC3339Nano, Kitchen, Stamp, StampMilli, StampMicro and StampNano +; For more information about the format see http://golang.org/pkg/time/#pkg-constants +FORMAT = + [log] ROOT_PATH = ; Either "console", "file", "conn", "smtp" or "database", default is "console" |