From d92e1fb1e4ebc3d9c28821023a797f725f7af348 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Mon, 13 Mar 2017 15:07:45 +0000 Subject: [PATCH] REST API: Fix DST handling in a test. The time chosen for `test_empty_post_date_gmt_shimmed_using_post_date` falls within US daylight savings time. This may cause the test to fail depending on whether the current locale has DST. The fix is to specify a numeric `gmt_offset` rather than a `timezone_string`. Unprops jnylen0. Fixes #40136. Built from https://develop.svn.wordpress.org/trunk@40284 git-svn-id: http://core.svn.wordpress.org/trunk@40196 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 3fe89f418f..f75d92e12b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40283'; +$wp_version = '4.8-alpha-40284'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.