diff options
author | 无闻 <joe2010xtmf@163.com> | 2014-08-01 00:15:06 -0400 |
---|---|---|
committer | 无闻 <joe2010xtmf@163.com> | 2014-08-01 00:15:06 -0400 |
commit | 568c9b353ec1e18fceef4bd8e9897adf115c295d (patch) | |
tree | 8190c6902e200aea1eae5c51eaf2fd9fed2e9243 /conf | |
parent | dabf5b057c358655d8635ed6ec8666660abeb92b (diff) | |
parent | 91480f3791f266369c343c539f8eeec245fa969a (diff) | |
download | gitea-568c9b353ec1e18fceef4bd8e9897adf115c295d.tar.gz gitea-568c9b353ec1e18fceef4bd8e9897adf115c295d.zip |
Merge pull request #311 from nuss-justin/issue/281
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 a6f048efbc..ac1c6a3ba9 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -186,6 +186,12 @@ MAX_SIZE = 32 ; Max number of files per upload. Defaults to 10 MAX_FILES = 10 +[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" |