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
Currently, if a parameter is supposed to be “date-time-like”, it is supposed to be castable as xs:dateTime.
However, Headers such as If-Modified-Since are formatted as IETF dates; we need to use fn:parse-ietf-date() instead.
Currently, if a parameter is supposed to be “date-time-like”, it is supposed to be castable as
xs:dateTime.However, Headers such as
If-Modified-Sinceare formatted as IETF dates; we need to usefn:parse-ietf-date()instead.