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 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.
https://pkg.go.dev/time#Time.UnixMilli
and
https://pkg.go.dev/time#UnixMilli
Get rid of https://pkg.go.dev/time#Time.UnixNano