forgejo/modules/timeutil
KN4CK3R ed47d0062e
Fix Timestamp.IsZero (#21593)
Our implementation of `IsZero` can't work. An "empty" timestamp (= 0)
calls `time.Unix(int64(ts), 0).IsZero()` which is always `false`. Only
`time.Time{}.IsZero()` is `true`.
We call this method ~~only at one place~~ and there the value
(`UpdatedUnix`) should be always != 0 so this PR may not have
consequences.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-10-26 21:34:44 +08:00
..
executable.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
language.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
since.go Remove useless JS operation for relative time tooltips (#20756) 2022-08-12 17:03:41 -04:00
since_test.go Share HTML template renderers and create a watcher framework (#20218) 2022-08-28 10:43:25 +01:00
timestamp.go Fix Timestamp.IsZero (#21593) 2022-10-26 21:34:44 +08:00