Skip to content

TIMESTAMP 2038 problem #22

Description

@Osiris-Team

TIMESTAMPS will break in 2038 because they are stored with 32 bits instead of 64. (MySQL) https://dev.mysql.com/doc/refman/8.4/en/datetime.html

Possible fix: Do not use TIMESTAMP internally but use some kind of wrapper and instead store a 64 bit long number.
Or hope that the database software itself finds a fix some day.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions