Closed charjr closed 8 months ago
Removes the strict flag from DateString.
Setting the strict flag to true erroneously invalidated date strings in valid RFC3339 formats (The RFC followed by OpenAPI for dates and date-time formats).
I may be mistaken but it did not seem to serve much purpose, so I have removed it to avoid it causing further error.
Alternative approach being taken, this is no longer the course of action.
Removes the strict flag from DateString.
Setting the strict flag to true erroneously invalidated date strings in valid RFC3339 formats (The RFC followed by OpenAPI for dates and date-time formats).
I may be mistaken but it did not seem to serve much purpose, so I have removed it to avoid it causing further error.