You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The result is undefined if the Unix time in nanoseconds cannot be represented by an int64 (a date before the year 1678 or after 2262). Note that this means the result of calling UnixNano on the zero Time is undefined.
The text was updated successfully, but these errors were encountered:
https://pkg.go.dev/time#Time.UnixMilli
and
https://pkg.go.dev/time#UnixMilli
Get rid of https://pkg.go.dev/time#Time.UnixNano
The text was updated successfully, but these errors were encountered: