X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Frss.inc.php;h=a52bfbebbee10f13ee0d3c3e65f31580a1ff2df2;hb=6544d0e1de719d31db03a7c7fddfe4c0301d9d6d;hp=dfa0c43b6afd6b9a25d4d83fc5143f0082d88fe2;hpb=0be07aa610451e9c9e6f45425cae68eac31dbd7e;p=platal.git diff --git a/include/rss.inc.php b/include/rss.inc.php index dfa0c43..a52bfbe 100644 --- a/include/rss.inc.php +++ b/include/rss.inc.php @@ -25,7 +25,7 @@ function _rss_encode_date($d) { } else { $t = strtotime($d); } - return utf8_encode(date('r', $t)); + return date('r', $t); } function to_rss ($s)