PandABlocks / PandABlocks-server

TCP server exposing an ASCII interface to functional blocks
Apache License 2.0
2 stars 3 forks source link

PandA is still using 32-bit timestamps #46

Open Araneidae opened 7 months ago

Araneidae commented 7 months ago

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.