We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right after the last rebuild today, there is no timezone found anymore. Was using 2.0.4:
TimeZoneRegistry registry = new OutlookTimeZoneRegistryFactory().createRegistry(); TimeZone timezone = registry.getTimeZone("Europe/Berlin");
timezone is null. Was working for like 1 year, today it returns null.
The text was updated successfully, but these errors were encountered:
It looks like the timezones have been renamed from:
"Europe/Berlin"
to
"/tzurl.org/2020b/Europe/Berlin"
Was version 2.0.4 updated by accident? I would have expected this to take place only for 2.0.5.
Sorry, something went wrong.
I discovered some issues with symlinks in 2.0.4/2.0.5 - if possible can you try with new release 2.1.0?
No branches or pull requests
Right after the last rebuild today, there is no timezone found anymore. Was using 2.0.4:
timezone is null. Was working for like 1 year, today it returns null.
The text was updated successfully, but these errors were encountered: