From 83274b1fc0626831fc9f4e20125a83aef69e673b Mon Sep 17 00:00:00 2001 From: ryan 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: http://svn.automattic.com/wordpress/trunk@14746 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 0d1ee891c..45555b47c 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)); ?>