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

Props swissspidy.
Fixes #32749.

Built from https://develop.svn.wordpress.org/trunk@35283


git-svn-id: http://core.svn.wordpress.org/trunk@35249 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-10-20 05:57:24 +00:00
parent b0561ed6e4
commit f4cc7b3de8
2 changed files with 2 additions and 1 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,

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-35282';
$wp_version = '4.4-alpha-35283';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.