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

timestamp column not compatible with 2038+ dates #1329

Open
pboguslawski opened this issue Sep 20, 2023 · 0 comments
Open

timestamp column not compatible with 2038+ dates #1329

pboguslawski opened this issue Sep 20, 2023 · 0 comments

Comments

@pboguslawski
Copy link

CFSSL is using timestamp for storing timestamps in MySQL/MariaDB. Currently it is not compatible with dates over 2038.

Consider migration timestamp columns to safer type, i.e. datetime holding UTC times to allow users to save certs that will need to be valid in 2038+ period.

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