Storage of ValidityInfo (and underlying std::time_point) is broken when using SQLite.
It seems to be stored properly (as TEXT) but takes an unexpected value when loading
it from the database.
As a result, default account can't be logged on because they are considered out of
their validity period.
Storage of ValidityInfo (and underlying std::time_point) is broken when using SQLite. It seems to be stored properly (as TEXT) but takes an unexpected value when loading it from the database.
As a result, default account can't be logged on because they are considered out of their validity period.