Browse Source

fix #2550 update eol date

Shinsuke Sugaya 4 năm trước cách đây
mục cha
commit
eaef76aa24
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/java/org/codelibs/fess/helper/SystemHelper.java

+ 1 - 1
src/main/java/org/codelibs/fess/helper/SystemHelper.java

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