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.
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:
At present we are building with glibc 2.31, so we need to update our toolchain.