Skip to content

Commit

Permalink
[test]
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyeon330 committed Sep 14, 2023
1 parent 3b05182 commit 3d1fa50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static int getTimeIdx(LocalDateTime time) {
}

public static int getTimeIdx() {
return getTimeIdx(LocalDateTime.now());
return getTimeIdx(LocalDateTime.now().withHour(10).withMinute(30));
}

public static Long getAfterTimeBit(int timeIdx) {
Expand Down

0 comments on commit 3d1fa50

Please sign in to comment.