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
Alright thx, sorry for the duplicate. Maybe as requested in the other issue, there could be some accessible information on it, like producing an error or putting it into the docs of the method. Since Instant implements TemporalAccessor you would assume that it would work.
It generally boils down to just knowing that the that format you're writing is being backed by a date object that can provide the temporal information you would want. Perhaps we could be clearer in the JavaDocs, or throw a warning or something? I'll leave this issue open for that.
The following test code fails, while both Instant.now() and LocalDateTime.now() implement TemporalAccessor and should theoretically work
The text was updated successfully, but these errors were encountered: