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
{{ message }}
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
Currently ZF2 uses DateTime::ISO8601 as datetime format:
https://github.com/zendframework/zf2/blob/master/library/Zend/Feed/Writer/Renderer/Feed/AbstractAtom.php#L121
Per Atom 1.0 specification (RFC 4287, 3.3: Date Constructs) the correct format for a date construct MUST be DateTime::RFC3339 aka DateTime::ATOM.
The text was updated successfully, but these errors were encountered: