fix #2477 update eol date

This commit is contained in:
Shinsuke Sugaya 2020-09-01 06:45:54 +09:00
parent f5981cd036
commit 5b568e4cb9

View file

@ -124,7 +124,7 @@ public class SystemHelper {
logger.debug("Initialize {}", this.getClass().getSimpleName());
}
final Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("UTC"));
cal.set(2021, 12 - 1, 18); // EOL Date
cal.set(2022, 2 - 1, 18); // EOL Date
eolTime = cal.getTimeInMillis();
if (isEoled()) {
logger.error("Your system is out of support. See https://fess.codelibs.org/eol.html");