1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-01 17:31:35 +02:00
gitea/modules/util
René Schaar 609c91665e
Fix display time of milestones (#18753)
* Fix display time of milestones

* Move the SecToTime function

From the models/issue_stopwatch.go file to the modules/util package

* Rename the sec_to_time file

* Updated formatting

* Include copyright notice in sec_to_time.go

* Apply PR review suggestions

- Update copyright notice dates to 2022
- Change `1 day 3h 5min 7s` to `1d 3h 5m 7s`

* Rename hrs var and combine conditions

* Update unit tests to match new time pattern

Changed `1min` to `1m`

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-02-16 00:50:10 +08:00
..
compare.go
copy.go
io.go
net.go
paginate_test.go
paginate.go
path_test.go
path.go
remove.go
sanitize_test.go
sanitize.go
sec_to_time_test.go Fix display time of milestones (#18753) 2022-02-16 00:50:10 +08:00
sec_to_time.go Fix display time of milestones (#18753) 2022-02-16 00:50:10 +08:00
shellquote_test.go
shellquote.go
timer.go
truncate_test.go
truncate.go
url.go
util_test.go
util.go