Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit cfe775b

Browse files
authored
Fix #402 : missing RFC822 format (#404)
1 parent e34c7bc commit cfe775b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FeedIo/Rule/DateTimeBuilder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class DateTimeBuilder implements DateTimeBuilderInterface
1515
*/
1616
protected array $dateFormats = [
1717
\DateTime::RFC2822,
18+
\DateTime::RFC822,
1819
\DateTime::ATOM,
1920
\DateTime::RFC3339,
2021
\DateTime::RFC3339_EXTENDED,

0 commit comments

Comments
 (0)