Skip to content

Commit

Permalink
Added fuzzy date format
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdebril committed Apr 7, 2021
1 parent 8c00496 commit 0cc1dbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FeedIo/Rule/DateTimeBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class DateTimeBuilder implements DateTimeBuilderInterface
'Y-m-d\TH:i:s.uP',
'Y-m-d\TH:i:s.uvP',
'Y-m-d\TH:i:s',
'Y-m-d\TH:iP',
'Y-m-d',
'd/m/Y',
'D, d M Y H:i O',
Expand Down

0 comments on commit 0cc1dbc

Please sign in to comment.