Alexandru Gheorghe
12/14/2024, 10:47 AMClock.System.now().toEpochMilliseconds() returns time in UTC rather than local time? What was the rationale behind this behaviour?hfhbd
12/14/2024, 10:56 AMcorneil
01/21/2025, 2:24 PMInstant.toLocalDateTime can be used.
LocalDataTime can be converted to Instant by using LocalDateTime.toInstant(TimeZone)