Compare commits
2 Commits
f0c1d4e32a
...
33293a6533
| Author | SHA1 | Date | |
|---|---|---|---|
| 33293a6533 | |||
| ba27cc1fbd |
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user