Skip to content

Commit

Permalink
Merge pull request #91 from Happy-HOBAK/fix/#89
Browse files Browse the repository at this point in the history
[#89] 행복 톺아보기 date 포맷 수정
  • Loading branch information
KkomSang authored May 24, 2024
2 parents 58b744f + 6dfa04d commit 9cd3baf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class RecordResponseDto {
@JsonProperty("record_id")
private Long recordId;

@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "Asia/Seoul")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy년 MM월 dd일", timezone = "Asia/Seoul")
private LocalDateTime date;

private String memo;
Expand Down

0 comments on commit 9cd3baf

Please sign in to comment.