summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-06 13:05:58 +0545
committerRenato Botelho <renato@netgate.com>2017-01-06 09:46:17 -0200
commit50af3592831e8b29d469eb259811426a46e42347 (patch)
treedd75d0d89a6bd278e29d257c48bbff236ef8c23a /src/usr/local/www/system.php
parente551eed05f71c46c3601790ddb6f2d6d15f8bd52 (diff)
downloadpfsense-50af3592831e8b29d469eb259811426a46e42347.zip
pfsense-50af3592831e8b29d469eb259811426a46e42347.tar.gz
Redmine #7089 Add extra help about timezone
We could also add some text like this to encourage users to choose the "Continent/City" time zones. (cherry picked from commit 0436b9a5197ac8c4646a006c0e351ecf66059193)
Diffstat (limited to 'src/usr/local/www/system.php')
-rw-r--r--src/usr/local/www/system.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php
index c929516..ef15bd1 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -488,7 +488,8 @@ $section->addInput(new Form_Select(
'Timezone',
$pconfig['timezone'],
array_combine($timezonelist, $timezonelist)
-))->setHelp('Select the timezone or location within the timezone to be used by this system.');
+))->setHelp('Select the timezone or location within the timezone to be used by this system. '.
+ 'Usually choose a "Continent/City". Only choose a special or "Etc" entry if you understand why you need to use it.');
$section->addInput(new Form_Input(
'timeservers',
OpenPOWER on IntegriCloud