Skip to content

Commit 0cd8bfd

Browse files
committed
Fix: current-date 범위 내로 조정 #56
1 parent 9e4cc87 commit 0cd8bfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/coastee/server/global/domain/Constant.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ public class Constant {
2222
public static final int MAX_COUNT = 1000;
2323
public static final int UNLIMITED = Integer.MAX_VALUE;
2424
// experience
25-
public static final LocalDateTime CURRENT_DATE = LocalDateTime.of(999999999, 12, 31, 23, 59, 59);
25+
public static final LocalDateTime CURRENT_DATE = LocalDateTime.of(9999, 12, 31, 23, 59, 59);
2626
}

0 commit comments

Comments
 (0)