You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moreover it throws a parsing error for valid values like: 2018-03-25T02:30+01:00[Europe/Warsaw].
Please also take in account that the default ISO-8601 parser and serializer in JDK8 has a bug (already fixed in JDK11) that can affect parsing of values during hours of starting and ending of daylight saving time periods, like: 2018-03-25T02:30+00:00[Europe/Warsaw] 2018-03-25T02:30+02:00[Europe/Warsaw] 2018-03-25T02:30+03:00[Europe/Warsaw] 2018-10-28T02:30+00:00[Europe/Warsaw] 2018-10-28T02:30+01:00[Europe/Warsaw] 2018-10-28T02:30+02:00[Europe/Warsaw] 2018-10-28T02:30+03:00[Europe/Warsaw]
The text was updated successfully, but these errors were encountered:
Moreover it throws a parsing error for valid values like:
2018-03-25T02:30+01:00[Europe/Warsaw]
.Please also take in account that the default ISO-8601 parser and serializer in JDK8 has a bug (already fixed in JDK11) that can affect parsing of values during hours of starting and ending of daylight saving time periods, like:
2018-03-25T02:30+00:00[Europe/Warsaw]
2018-03-25T02:30+02:00[Europe/Warsaw]
2018-03-25T02:30+03:00[Europe/Warsaw]
2018-10-28T02:30+00:00[Europe/Warsaw]
2018-10-28T02:30+01:00[Europe/Warsaw]
2018-10-28T02:30+02:00[Europe/Warsaw]
2018-10-28T02:30+03:00[Europe/Warsaw]
The text was updated successfully, but these errors were encountered: