diff --git a/src/wp-admin/options-general.php b/src/wp-admin/options-general.php index dad6f94f3f..ff50e6fbd4 100644 --- a/src/wp-admin/options-general.php +++ b/src/wp-admin/options-general.php @@ -252,10 +252,10 @@ if ( empty( $tzstring ) ) { // Create a UTC+- zone if no timezone string exists

format( 'I' ); + + if ( $dst ) { _e( 'This timezone is currently in daylight saving time.' ); } else { _e( 'This timezone is currently in standard time.' ); @@ -296,8 +296,6 @@ if ( empty( $tzstring ) ) { // Create a UTC+- zone if no timezone string exists _e( 'This timezone does not observe daylight saving time.' ); } } - // Set back to UTC. - date_default_timezone_set( 'UTC' ); ?>