瀏覽代碼

SimplePie: bug date CEST

https://github.com/marienfressinaud/FreshRSS/issues/659
https://github.com/simplepie/simplepie/pull/380
Alexandre Alapetite 11 年之前
父節點
當前提交
1283e73d08
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/SimplePie/SimplePie/Parse/Date.php

+ 1 - 0
lib/SimplePie/SimplePie/Parse/Date.php

@@ -331,6 +331,7 @@ class SimplePie_Parse_Date
 		'CCT' => 23400,
 		'CDT' => -18000,
 		'CEDT' => 7200,
+		'CEST' => 7200,	//FreshRSS
 		'CET' => 3600,
 		'CGST' => -7200,
 		'CGT' => -10800,