We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Timestamp.IsZero
1 parent 4869f9c commit 4d39fd8Copy full SHA for 4d39fd8
modules/timeutil/timestamp.go
@@ -103,5 +103,5 @@ func (ts TimeStamp) FormatDate() string {
103
104
// IsZero is zero time
105
func (ts TimeStamp) IsZero() bool {
106
- return ts.AsTimeInLocation(time.Local).IsZero()
+ return int64(ts) == 0
107
}
0 commit comments