We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4cc87 commit 0cd8bfdCopy full SHA for 0cd8bfd
1 file changed
src/main/java/com/coastee/server/global/domain/Constant.java
@@ -22,5 +22,5 @@ public class Constant {
22
public static final int MAX_COUNT = 1000;
23
public static final int UNLIMITED = Integer.MAX_VALUE;
24
// experience
25
- public static final LocalDateTime CURRENT_DATE = LocalDateTime.of(999999999, 12, 31, 23, 59, 59);
+ public static final LocalDateTime CURRENT_DATE = LocalDateTime.of(9999, 12, 31, 23, 59, 59);
26
}
0 commit comments