Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PandA is still using 32-bit timestamps #45

Open
Araneidae opened this issue Feb 16, 2024 · 0 comments
Open

PandA is still using 32-bit timestamps #45

Araneidae opened this issue Feb 16, 2024 · 0 comments

Comments

@Araneidae
Copy link
Contributor

Note that PandABlocks/PandABlocks-server#46 really needs to be fixed in the rootfs, so I'll copy the text of that issue below.

On 03:14:07 UTC on Tuesday, 19 January 2038 the timestamps generated by PandA will roll over to December 1901. We need to forestall this!

Fortunately it seems that fixing this is relatively straightforward. According to this Stack Overflow answer it should be sufficient to:

  • Ensure we're using at least Linux 5.6
  • Ensure we're compiling with at least glibc version 2.32

At present we are building with glibc 2.31, so we need to update our toolchain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant