Skip to content

Commit

Permalink
Test: 타임존 변경해서 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
chaewon-io committed Apr 21, 2024
1 parent d0e4d58 commit e47fd4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void cancelAppliedMyChallenge(String email, Long myChallengeId) {
public List<MyChallengeResponseDto> getMyChallengesListed(String email, ChallengeStatus status) {
Member member = getMemberByEmail(email);
List<MyChallenge> myChallengesListed;
ZonedDateTime todayStart = ZonedDateTime.now(ZoneId.of("Z")).truncatedTo(ChronoUnit.DAYS);
ZonedDateTime todayStart = ZonedDateTime.now(ZoneId.of("Asia/Seoul")).truncatedTo(ChronoUnit.DAYS);

log.info("----------------------------today : " + todayStart);

Expand Down

0 comments on commit e47fd4b

Please sign in to comment.