Open
Description
What version of Go are you using (go version
)?
$ go version go version go1.20.4 windows/amd64
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (go env
)?
linux/arm
What did you do?
What did you expect to see?
I'm hoping it can be made compatible with the 64-bit "time_t" type to solve the "2038 problem".
What did you see instead?
All types in ztypes_linux_arm.go related to "time_t" are 32-bit (such as Timespec, Timeval, Time_t, etc.). However, as of Linux 5.10, all "time_t"-related types have been updated to 64-bit (although I'm not certain from which kernel version this change was made).
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo