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
in order to not break backwards compatibility of people that might already be using this formatter, I'd say we can add another one, FORMAT_RFC3339_STRICT, to add the "T".
Include "T" separator in the format string for FORMAT_RFC3339
Currently the FORMAT_RFC3339 does not include the "T" separator, but technically it is required.
From https://www.rfc-editor.org/rfc/rfc3339#page-7
I realize that str() already returns the RFC3339 format with the "T".
The text was updated successfully, but these errors were encountered: