Updated on 2026-08-14
This commit is contained in:
parent
5d8461a4f2
commit
934fd5cf5f
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ object DateTimeFormatters {
|
|||
.withLocale(Locale.getDefault())
|
||||
} else {
|
||||
DateTimeFormatterBuilder()
|
||||
.appendHourOfDay(1)
|
||||
.appendHourOfDay(2)
|
||||
.appendLiteral(':')
|
||||
.appendMinuteOfHour(2)
|
||||
.toFormatter()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue