Skip to content

PandA is still using 32-bit timestamps #46

@Araneidae

Description

@Araneidae

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions