Date/Time: Improve date_i18n() timezone tests.

This uses a timezone without DST for the tests covering `date_i18n()`.

Fixes #37910.
Built from https://develop.svn.wordpress.org/trunk@39167


git-svn-id: http://core.svn.wordpress.org/trunk@39107 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2016-11-08 22:32:30 +00:00
parent 7eeab12b1a
commit d8cbc61020

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-beta2-39166';
$wp_version = '4.7-beta2-39167';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.