gitea/modules
ʿAhed ʿid 49fa03bf42 Allow using custom time format (#798)
* Allow using custom time format

I need to use custom time format in `conf/app.ini' like 

    FORMAT = 2006-01-02 15:04:05

so that Gitea will display '2017-01-30 08:41:49'
check this answer for more constants to format date  <http://stackoverflow.com/a/20234207/2570425> 

PS: First GO commit

* Refactor and validate TimeFormat (must have 2006, 01, 02, 15, 04 and 05)
2017-02-04 20:37:50 +08:00
..
auth Update Website binding MaxSize to 255 (#722) 2017-01-25 15:23:20 +08:00
avatar
base Cleanup log messaging 2017-02-02 15:24:18 +01:00
context Remove unneeded database loads (#814) 2017-02-02 20:33:56 +08:00
cron
highlight
httplib
indexer
lfs refactor: Remove unnecessary type conversions (#772) 2017-01-27 23:03:32 +08:00
log Cleanup log messaging 2017-02-02 15:24:18 +01:00
mailer Cleanup log messaging 2017-02-02 15:24:18 +01:00
markdown refactor: Remove unnecessary type conversions (#772) 2017-01-27 23:03:32 +08:00
minwinsvc
notification
options
process
public Allow custom public files (#782) 2017-01-28 23:14:56 +01:00
setting Allow using custom time format (#798) 2017-02-04 20:37:50 +08:00
ssh Cleanup log messaging 2017-02-02 15:24:18 +01:00
sync
templates refactor: Remove unnecessary type conversions (#772) 2017-01-27 23:03:32 +08:00
user
util