eqsl: add date force update

This commit is contained in:
abarrau
2023-10-02 20:55:02 +02:00
committed by GitHub
parent e223ec6e5a
commit 727c94c61d

View File

@@ -149,7 +149,7 @@ class Eqslmethods_model extends CI_Model {
} else {
// No previous date (first time import has run?), so choose UNIX EPOCH!
// Note: date is yyyy/mm/dd format
return '1970/01/01';
return '19700101';
}
}