> The first option looks exactly like what I need. However, do I need to > install some additional libraries to make it work? I am on Pop! OS which is a > derivative of Ubuntu and I have tzdata package installed (not sure if it's > needed at all). But when I use loadPosixTz"Asia/Yekaterinburg" with import > timezones/posixtimezones it crashes at runtime with the following stacktrace:
There was a bug in release mode that I was unaware of. It should now be fixed in the latest version > As for the fetchjsontimezones, I saw the description in github repo, but I > was unable to use it. Running the usage example from repo yields this > stacktrace: The example in the repo contained an error: `america` is not a valid region, it's split into `southamerica` and `northamerica`. I've now updated the example but I should probably improve the error message as well @cumulonimbus Thanks for the information, I'll keep it in mind
