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
test: Assert date-time format accepts all ISO-8601 fractional precisions
The OpenAPI 'date-time' string format delegates to OffsetDateTime.parse,
which already accepts everything from second precision through nanosecond
precision (and either Z or numeric offset). Pin that behaviour so we can
keep emitting Java's natural toString() form on responses without fear of
clients sending higher-precision timestamps back to us.
0 commit comments