Skip to content

Commit

Permalink
_minTime is rom math.MinInt64
Browse files Browse the repository at this point in the history
Co-Authored-By: Abhinav Gupta <abg@uber.com>
  • Loading branch information
prashantv and abhinav committed Mar 26, 2020
1 parent e48bc3e commit 70dbcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion field.go
Expand Up @@ -33,7 +33,7 @@ import (
type Field = zapcore.Field

var (
_minTimeInt64 = time.Unix(0, 0)
_minTimeInt64 = time.Unix(0, math.MinInt64)
_maxTimeInt64 = time.Unix(0, math.MaxInt64)
)

Expand Down

0 comments on commit 70dbcc8

Please sign in to comment.