Date/Time: Fix the recently introduced test for wp_timezone_override_offset() which failed to take into consideration daylight saving time for the America/St_Johns timezone.

Props debarghyabanerjee, johnbillion, mukesh27, audrasjb.

Fixes #63079
Built from https://develop.svn.wordpress.org/trunk@59959


git-svn-id: http://core.svn.wordpress.org/trunk@59301 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2025-03-10 14:59:21 +00:00
parent 465c926f95
commit 74c07aabdc

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-beta1-59958';
$wp_version = '6.8-beta1-59959';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.