라이브 상세 - 시작 시간 dateformat yyyy.MM.dd E hh:mm a 로 복구 #84
| @@ -126,7 +126,11 @@ class LiveRoomService( | ||||
|                 val beginDateTime = it.beginDateTime | ||||
|                     .atZone(ZoneId.of("UTC")) | ||||
|                     .withZoneSameInstant(ZoneId.of(timezone)) | ||||
|                     .format(DateTimeFormatter.ofPattern("yyyy년 MM월 dd일 (E) a hh시 mm분").withLocale(Locale.KOREAN)) | ||||
|                     .format( | ||||
|                         DateTimeFormatter | ||||
|                             .ofPattern("yyyy년 MM월 dd일 (E) a hh시 mm분") | ||||
|                             .withLocale(Locale.KOREAN) | ||||
|                     ) | ||||
|  | ||||
|                 GetRoomListResponse( | ||||
|                     roomId = it.id!!, | ||||
| @@ -297,7 +301,7 @@ class LiveRoomService( | ||||
|         val beginDateTime = room.beginDateTime | ||||
|             .atZone(ZoneId.of("UTC")) | ||||
|             .withZoneSameInstant(ZoneId.of(timezone)) | ||||
|             .format(DateTimeFormatter.ofPattern("yyyy년 MM월 dd일 (E) a hh시 mm분").withLocale(Locale.KOREAN)) | ||||
|             .format(DateTimeFormatter.ofPattern("yyyy.MM.dd E hh:mm a")) | ||||
|  | ||||
|         val response = GetRoomDetailResponse( | ||||
|             roomId = roomId, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user