diff --git a/branches/divan-dit-vent/rss.php b/branches/divan-dit-vent/rss.php index 59108f2..d30fca8 100644 --- a/branches/divan-dit-vent/rss.php +++ b/branches/divan-dit-vent/rss.php @@ -154,6 +154,7 @@ if(is_array($array)) { $mp3_poids = filesize($array[$i]); $mp3_date = date('D, d M Y H:i:s', filectime($array[$i])); + setlocale(LC_TIME, ""); setlocale(LC_TIME, "fr_FR"); $mp3_date_fr = utf8_encode(strftime("%a %d %b", strtotime($mp3_date))); getid3_lib::CopyTagsToComments($tags);