diff --git a/src/wp-admin/options-general.php b/src/wp-admin/options-general.php
index ce95119d7e..765c93f8d7 100644
--- a/src/wp-admin/options-general.php
+++ b/src/wp-admin/options-general.php
@@ -157,7 +157,7 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists
/* translators: 1: UTC abbreviation, 2: UTC time */
printf( __( 'Universal time (%1$s) is %2$s.' ),
'' . __( 'UTC' ) . '',
- '' . date_i18n( $timezone_format, false, 'gmt' ) . ''
+ '' . date_i18n( $timezone_format, false, true ) . ''
);
?>