From f4cc7b3de8914013c156f1d61a5e96599bce7c6d Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Tue, 20 Oct 2015 05:57:24 +0000 Subject: [PATCH] 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 --- wp-includes/SimplePie/Parse/Date.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/SimplePie/Parse/Date.php b/wp-includes/SimplePie/Parse/Date.php index 86542528ae..88e46e0309 100644 --- a/wp-includes/SimplePie/Parse/Date.php +++ b/wp-includes/SimplePie/Parse/Date.php @@ -331,6 +331,7 @@ class SimplePie_Parse_Date 'CCT' => 23400, 'CDT' => -18000, 'CEDT' => 7200, + 'CEST' => 7200, 'CET' => 3600, 'CGST' => -7200, 'CGT' => -10800, diff --git a/wp-includes/version.php b/wp-includes/version.php index 2539046cf5..e6349081a6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.