fix #2393 update eol date
This commit is contained in:
parent
31f2e82bd6
commit
922563e96e
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ public class SystemHelper {
|
|||
logger.debug("Initialize {}", this.getClass().getSimpleName());
|
||||
}
|
||||
final Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("UTC"));
|
||||
cal.set(2021, 6 - 1, 2); // EOL Date
|
||||
cal.set(2021, 8 - 1, 11); // EOL Date
|
||||
eolTime = cal.getTimeInMillis();
|
||||
if (isEoled()) {
|
||||
logger.error("Your system is out of support. See https://fess.codelibs.org/eol.html");
|
||||
|
|
Loading…
Add table
Reference in a new issue