From 00d3a914376597abd0833eaa0d435f918c40473b Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 19 May 2010 16:25:55 +0000 Subject: [PATCH] Show local time when a UTC offset is selected. Props ktdreyer. fixes #13408 git-svn-id: https://develop.svn.wordpress.org/trunk@14746 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/options-general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 0d1ee891c2..45555b47c9 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -183,7 +183,7 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists UTC time is %s'), date_i18n($timezone_format, false, 'gmt')); ?> - + %1$s'), date_i18n($timezone_format)); ?>