Skip to content

Commit

Permalink
New date formats
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdebril committed Jan 16, 2017
1 parent ea753c4 commit 265d33f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/FeedIo/Rule/DateTimeBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ class DateTimeBuilder
\DateTime::RSS,
\DateTime::W3C,
'Y-m-d\TH:i:s.uP',
'Y-m-d\TH:i:s',
'Y-m-d',
'd/m/Y',
'D, d M Y H:i O',
'D, d M Y H:i:s O',
'D M d Y H:i:s e',
'*, m#d#Y - H:i',
];

/**
Expand Down

0 comments on commit 265d33f

Please sign in to comment.