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
Java time does not support leap seconds. The DateTimeFormatter for "appendInstant" instead will round down to :59 and set a flag to indicate the leap second was true and allow you to act on that.
The text was updated successfully, but these errors were encountered:
(reap.decoders/http-date "Thu, 31 Dec 1998 23:59:60 GMT")
should work, as specified in RFC7231Java time does not support leap seconds. The DateTimeFormatter for "appendInstant" instead will round down to :59 and set a flag to indicate the leap second was true and allow you to act on that.
The text was updated successfully, but these errors were encountered: