diff --git a/KeyProc.cpp b/KeyProc.cpp index 043911e..125f1ca 100644 --- a/KeyProc.cpp +++ b/KeyProc.cpp @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- -// EgalTech 2014-2022 +// EgalTech 2014-2023 //---------------------------------------------------------------------------- -// File : KeyProc.cpp Data : 04.01.22 Versione : 2.4a1 +// File : KeyProc.cpp Data : 01.01.23 Versione : 2.5a1 // Contenuto : Funzioni per la gestione della chiave. // // @@ -29,7 +29,7 @@ using namespace std ; //---------------------------------------------------------------------------- -static const int MIN_DAYS = 18993 ; // giorni al 1/1/2022 dal 1/1/1970 +static const int MIN_DAYS = 19358 ; // giorni dal 01/01/1970 al 01/01/2023 static const int N_STEP = 7 ; //----------------------------------------------------------------------------