From 74c07aabdc571eee37be505ac7889d35b8b1a2c7 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 10 Mar 2025 14:59:21 +0000 Subject: [PATCH] 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 --- 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 66da81c515..f4528576ec 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.