Unknown timezone id
epifab opened this issue · 3 comments
epifab commented
Hi there, thanks for this library!
When I try to run my JS project, I get a "Unknown time-zone ID: Europe/London" exception.
Any idea?
cquiroz commented
Most likely you need to add a tzdb using sbt-tzdb
. Check the documentation at
http://cquiroz.github.io/scala-java-time/
cquiroz commented
Did you solve this?