cquiroz on github_actions
cquiroz on master
Bump actions/cache from v2.1.3 … Merge pull request #263 from cq… (compare)
dependabot[bot] on github_actions
Bump actions/cache from v2.1.3 … (compare)
cquiroz on master
Update scala-library to 2.12.13 Merge branch 'master' into upda… Merge pull request #262 from sc… (compare)
cquiroz on master
Update scala-library to 2.13.5 Merge pull request #261 from sc… (compare)
cquiroz on v2.2.0
cquiroz on master
Update README Signed-off-by: C… (compare)
cquiroz on rc1
cquiroz on master
Support scala 3.0.0-M1 Signed-… Merge pull request #260 from cq… (compare)
Fast optimizing /Users/rleibman/Personal/projects/meal-o-rama/meal-o-rama-web/main/target/scala-2.12/scalajs-bundler/main/meal-o-rama-web-main-opt.js
[error] Referring to non-existent method java.time.LocalDateTime$.of(java.time.LocalDate,java.time.LocalTime)java.time.LocalDateTime
[error] called from java.time.LocalDate.atTime(java.time.LocalTime)java.time.LocalDateTime
Have imported
"io.github.cquiroz" %%% "scala-java-locales" % "0.5.3-cldr31",
"io.github.cquiroz" %%% "scala-java-time" % "2.0.0-RC2",
Calling java.time.OffsetDateTime.now() on JS side gives mejava.time.zone.ZoneRulesException: Unknown time-zone ID: Europe/Copenhagen
On JVM side it works. Shouldn't it work on the JS side too, or am I missing something? Thanks
sbt-tzdb
plugin solved the problem. Thanks for all the work put in to this useful library!