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
If you don't provide a pattern, either DateTimeFormatter.ISO_DATE_TIME or yyyy-MM-dd'T'HH:mm:ssZ will be used.
however this logic is not present in DateFilter.java, and if you do not provide an existingFormat parameter and you pass in a string it goes straight into an IllegalArgumetnException
The text was updated successfully, but these errors were encountered:
according to the documentation
If you don't provide a pattern, either DateTimeFormatter.ISO_DATE_TIME or yyyy-MM-dd'T'HH:mm:ssZ will be used.
however this logic is not present in DateFilter.java, and if you do not provide an existingFormat parameter and you pass in a string it goes straight into an IllegalArgumetnException
The text was updated successfully, but these errors were encountered: