test #247

Merged
klaus merged 9 commits from test into main 2024-12-17 13:43:45 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a1f9b676b5 - Show all commits

View File

@ -136,7 +136,7 @@ class AudioContentPlaylistService(
throw SodaException("잘못된 요청입니다.") throw SodaException("잘못된 요청입니다.")
} }
val dateTimeFormatter = DateTimeFormatter.ofPattern("yyyy-MM-dd") val dateTimeFormatter = DateTimeFormatter.ofPattern("yyyy.MM.dd")
val createdDate = playlist.createdAt val createdDate = playlist.createdAt
.atZone(ZoneId.of("UTC")) .atZone(ZoneId.of("UTC"))
.withZoneSameInstant(ZoneId.of("Asia/Seoul")) .withZoneSameInstant(ZoneId.of("Asia/Seoul"))