From ba27cc1fbdbab8f0c9f6dcd337e4a1efdc577873 Mon Sep 17 00:00:00 2001 From: Klaus Date: Wed, 21 Jan 2026 11:01:42 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=20=EB=B0=A9=20?= =?UTF-8?q?=EC=83=81=EC=84=B8=20-=20=EB=82=A0=EC=A7=9C=20=ED=8F=AC?= =?UTF-8?q?=EB=A7=B7=20=EB=B3=80=EA=B2=BD=EC=9C=BC=EB=A1=9C=20=EC=9C=A0?= =?UTF-8?q?=EB=A3=8C=EB=B0=A9=20=EC=9E=85=EC=9E=A5=EC=9D=B4=20=EB=B6=88?= =?UTF-8?q?=EA=B0=80=ED=95=9C=20=EB=AC=B8=EC=A0=9C=EB=A5=BC=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0=ED=95=98=EA=B8=B0=20=EC=9C=84=ED=95=B4=20=EC=9D=B4?= =?UTF-8?q?=EC=A0=84=EC=9C=BC=EB=A1=9C=20=EB=A1=A4=EB=B0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kr/co/vividnext/sodalive/live/room/LiveRoomService.kt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/live/room/LiveRoomService.kt b/src/main/kotlin/kr/co/vividnext/sodalive/live/room/LiveRoomService.kt index 727be6e9..fa5b2816 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/live/room/LiveRoomService.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/live/room/LiveRoomService.kt @@ -435,11 +435,7 @@ class LiveRoomService( val beginDateTime = room.beginDateTime .atZone(ZoneId.of("UTC")) .withZoneSameInstant(ZoneId.of(timezone)) - .format( - DateTimeFormatter - .ofPattern(messageSource.getMessage("live.room.datetime_format_detail", langContext.lang).orEmpty()) - .withLocale(langContext.lang.locale) - ) + .format(DateTimeFormatter.ofPattern("yyyy.MM.dd E hh:mm a")) val beginDateTimeUtc = room.beginDateTime .format(DateTimeFormatter.ISO_LOCAL_DATE_TIME) -- 2.49.1