Skip to content

Commit

Permalink
refactor :: add yy
Browse files Browse the repository at this point in the history
  • Loading branch information
meltapplee committed Sep 9, 2024
1 parent 2999b61 commit eb8d541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ class QueryAllPostService(
}

private fun format(date: LocalDateTime) =
date.format(DateTimeFormatter.ofPattern("MM.dd HH:mm"))
date.format(DateTimeFormatter.ofPattern("yy.MM.dd HH:mm"))
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ class QueryAllBySchoolIdService(
}

private fun format(date: LocalDateTime) =
date.format(DateTimeFormatter.ofPattern("MM.dd HH:mm"))
date.format(DateTimeFormatter.ofPattern("yy.MM.dd HH:mm"))
}

0 comments on commit eb8d541

Please sign in to comment.