Skip to content

Commit

Permalink
fix: 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
trueS2 committed Sep 22, 2024
1 parent 527dd44 commit 5354672
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static AccompanyReviewResponse fromEntity(AccompanyReviewEntity review, i
.build();
}

// UTC 형식으로 변환하는 메서드 (AccompanyCommentResponse와 동일하게 변경)
// UTC 형식으로 변환하는 메서드
private static final DateTimeFormatter UTC_FORMATTER = DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ss'Z'");

private static String formatToUTC(LocalDateTime dateTime) {
Expand Down

0 comments on commit 5354672

Please sign in to comment.