我有一个 uint64 纳秒 unix 时间戳,它大于 int64 可以容纳的最大值。由于我无法再使用采用 int64 的 time.Unix() 函数,如何将此时间戳转换为 Time 而不丢失数据?
time epoch go
epoch ×1
go ×1
time ×1