summaryrefslogtreecommitdiffstats
path: root/modules/timeutil/since.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix display since time round (#14226)Lunny Xiao2021-01-281-2/+95
| | | | | | | * Fix display since time round * Fix since time * Fix tests
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-0/+164
* display ui time with customize time location * fix lint * rename UILocation to DefaultUILocation * move time related functions to modules/timeutil * fix tests * fix tests * fix build * fix swagger