You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: