From 76ade3daa11b46af0ec1e262177596b8bef4f761 Mon Sep 17 00:00:00 2001 From: Klaus Date: Tue, 9 Jan 2024 23:59:05 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=98=ED=85=90=EC=B8=A0=20=EC=83=81?= =?UTF-8?q?=EC=84=B8=20-=20=EC=98=A4=ED=94=88=20=EB=82=A0=EC=A7=9C=20Forma?= =?UTF-8?q?t=20:=20"yyyy=EB=85=84=20MM=EC=9B=94=20dd=EC=9D=BC=20HH?= =?UTF-8?q?=EC=8B=9C=20mm=EB=B6=84=20=EC=98=A4=ED=94=88=EC=98=88=EC=A0=95"?= =?UTF-8?q?=20=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kr/co/vividnext/sodalive/content/AudioContentService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/content/AudioContentService.kt b/src/main/kotlin/kr/co/vividnext/sodalive/content/AudioContentService.kt index e4eced7..4d975e7 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/content/AudioContentService.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/content/AudioContentService.kt @@ -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 }