You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/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)
8 years ago
..
auth Update Website binding MaxSize to 255 (#722) 8 years ago
avatar golint fixed for modules/avatar 8 years ago
base Cleanup log messaging 8 years ago
context Remove unneeded database loads (#814) 8 years ago
cron golint fixed for modules/cron 8 years ago
highlight Integrate templates into bindata optionally (#314) 8 years ago
httplib Golint fixed for modules/httplib 8 years ago
indexer Search bar for issues/pulls (#530) 8 years ago
lfs refactor: Remove unnecessary type conversions (#772) 8 years ago
log Cleanup log messaging 8 years ago
mailer Cleanup log messaging 8 years ago
markdown refactor: Remove unnecessary type conversions (#772) 8 years ago
minwinsvc Fix lint 8 years ago
notification Notification - Step 1 (#523) 8 years ago
options Add default values for settings (#455) 8 years ago
process Refactor process package and introduce ProcessManager{} with tests (#75) 8 years ago
public Allow custom public files (#782) 8 years ago
setting Allow using custom time format (#798) 8 years ago
ssh Cleanup log messaging 8 years ago
sync modules/sync: add UniqueQueue 8 years ago
templates refactor: Remove unnecessary type conversions (#772) 8 years ago
user golint fixed for modules/user 8 years ago
util Search bar for issues/pulls (#530) 8 years ago