예약 업로드 #113

Merged
klaus merged 18 commits from test into main 2024-01-10 16:59:51 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 76ade3daa1 - Show all commits

View File

@ -447,7 +447,7 @@ class AudioContentService(
.atZone(ZoneId.of("UTC"))
.withZoneSameInstant(ZoneId.of("Asia/Seoul"))
.toLocalDateTime()
.format(DateTimeFormatter.ofPattern("yyyy년 MM월 dd일 HH시 mm분 오픈"))
.format(DateTimeFormatter.ofPattern("yyyy년 MM월 dd일 HH시 mm분 오픈예정"))
} else {
null
}