EgtLock :

- ricompilazione con impostazione data minima.
This commit is contained in:
Dario Sassi
2018-10-20 08:30:15 +00:00
parent c20365bce5
commit e79f98cd17
+1 -1
View File
@@ -27,7 +27,7 @@
using namespace std ;
//----------------------------------------------------------------------------
static const int MIN_DAYS = 16831 ; // giorni al 31/01/2016 dal 1/1/1970
static const int MIN_DAYS = 17562 ; // giorni al 31/01/2018 dal 1/1/1970
static const int N_STEP = 7 ;
//----------------------------------------------------------------------------