We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c0b5a2 + fffb274 commit 57f3a82Copy full SHA for 57f3a82
src/main/java/com/rhkr8521/mapping/api/comment/dto/CommentResponseDTO.java
@@ -21,7 +21,7 @@ public class CommentResponseDTO {
21
private boolean myLike;
22
23
public static CommentResponseDTO fromEntity(Comment comment, boolean myLike) {
24
- DateTimeFormatter dateTimeFormatter = DateTimeFormatter.ofPattern("yyyy:MM:dd HH:mm:ss");
+ DateTimeFormatter dateTimeFormatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
25
26
return CommentResponseDTO.builder()
27
.id(comment.getId())
0 commit comments