Feeds: add `CEST` to `$timezone` in `SimplePie_Parse_Date`.

Props swissspidy.
Fixes #32749.


git-svn-id: https://develop.svn.wordpress.org/trunk@35283 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-10-20 05:56:59 +00:00
parent eb6bdb59cd
commit 895cf207b5
1 changed files with 1 additions and 0 deletions

View File

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