Bartosz Wyporkiewicz
Results
1
comments of
Bartosz Wyporkiewicz
I have exactly the same issue - running the following code results in NullPointerException: ```java final TimeZoneRegistry registry = TimeZoneRegistryFactory.getInstance().createRegistry(); final TimeZone timezone = registry.getTimeZone("Europe/London"); ``` Variable timezone is always...