cfssl icon indicating copy to clipboard operation
cfssl copied to clipboard

timestamp column not compatible with 2038+ dates

Open pboguslawski opened this issue 2 years ago • 0 comments

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.

pboguslawski avatar Sep 20 '23 13:09 pboguslawski