Very tiny eentsy minor code contribution |
[eluser]Unknown[/eluser]
Adding DATE_RFC3339 to the list of supported formats by standard_date. I added this because the W3C's feed validator requires it for dates in Atom feeds: http://validator.w3.org/feed/docs/error/...9Date.html Unless I'm missing something really obvious, I'd also recommend removing or changing the DATE_ATOM and DATE_W3C formats, both of which have a mysterious "%Q" token which doesn't seem to be supported by PHP, so it always ends up as the literal 'Q': http://us3.php.net/manual/en/function.date.php Code: /** If I'm crazy and there's some date format that ends in "Q" I would love to know what it is :-) (This is my first post, please be gentle!) |
Welcome Guest, Not a member yet? Register Sign In |