Skip to content
New issue

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

Suddenly no timezone found #19

Open
crudolf opened this issue Nov 23, 2020 · 2 comments
Open

Suddenly no timezone found #19

crudolf opened this issue Nov 23, 2020 · 2 comments

Comments

@crudolf
Copy link

crudolf commented Nov 23, 2020

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.

@crudolf
Copy link
Author

crudolf commented Nov 23, 2020

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.

@benfortuna
Copy link
Member

I discovered some issues with symlinks in 2.0.4/2.0.5 - if possible can you try with new release 2.1.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants