summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-01-31 15:56:03 +0400
committerAndrew Dolgov <[email protected]>2012-01-31 15:56:03 +0400
commit8eba830f086ff6e6e2fc8a2cbc3b2a8709f06941 (patch)
treec3e37f7362d277419a350f425e10176aa5c9f94f
parent1b92f54375ae0087a807496d60b7a8b8c81def87 (diff)
pref_prefs: mention that tt-rss server time is UTC
-rw-r--r--classes/pref_prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/pref_prefs.php b/classes/pref_prefs.php
index 4a8edd725..2cbdddabd 100644
--- a/classes/pref_prefs.php
+++ b/classes/pref_prefs.php
@@ -474,7 +474,7 @@ class Pref_Prefs extends Protected_Handler {
print "<input dojoType=\"dijit.form.ValidationTextBox\"
id=\"$pref_name\" regexp=\"[012]?\d:\d\d\" placeHolder=\"12:00\"
name=\"$pref_name\" value=\"$value\"><div class=\"insensitive\">".
- T_sprintf("Current server time: %s", date("H:i")) . "</div>";
+ T_sprintf("Current server time: %s (UTC)", date("H:i")) . "</div>";
} else {
$regexp = ($type_name == 'integer') ? 'regexp="^\d*$"' : '';