You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code works in scala: LocalDateTime.now().
But in Scalajs it throws: java.time.zone.ZoneRulesException: Unknown time-zone ID: Europe/Oslo.
I do not intend to use any timezone.
Scalajs version: 1.5.0
scala-java-time version: 2.1.0