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
..
2022-05-06 10:12:30 +01:00
2022-10-12 13:18:26 +08:00
2022-10-12 13:18:26 +08:00
2022-08-30 21:15:45 -05:00
2022-08-30 21:15:45 -05:00
2020-10-02 23:37:53 -04:00
2022-01-19 19:31:39 -05:00
2022-08-30 21:15:45 -05:00
2022-10-12 13:18:26 +08:00
2022-01-20 18:46:10 +01:00
2022-06-25 19:06:01 +02:00
2022-08-21 19:20:43 +01:00
2022-10-12 13:18:26 +08:00
2022-10-26 21:34:44 +08:00
2021-12-20 04:41:31 +00:00
2022-08-11 17:48:23 +02:00