Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-25 18:32:12 +03:00
parent 5d8461a4f2
commit 934fd5cf5f

View file

@ -37,7 +37,7 @@ object DateTimeFormatters {
.withLocale(Locale.getDefault())
} else {
DateTimeFormatterBuilder()
.appendHourOfDay(1)
.appendHourOfDay(2)
.appendLiteral(':')
.appendMinuteOfHour(2)
.toFormatter()