Charann
06/25/2024, 6:06 PMval CURRENT_TIME_ZONE = TimeZone.of("Europe/Berlin")
var currentTime = Clock.System.now().toLocalDateTime(CURRENT_TIME_ZONE)
And getting this error in JS alone
"DateTimeException: unsupported ZoneId:Europe/Berlin" (I have tried with Different locales)
Its working fine in JVM environments. Is there Anything am missing?ephemient
06/25/2024, 6:10 PM