aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-19 19:54:19 +0000
committerjwangen <jwangen>2002-10-19 19:54:19 +0000
commit11aef1af4e4f9410084767762f16fc3366132405 (patch)
tree320776a8cb9b3ca8b466c637639d4178868fb211 /config.inc.php
parent173647337cd3d6dcfd0033f06103b926b6ca98c0 (diff)
downloadphpicalendar-11aef1af4e4f9410084767762f16fc3366132405.tar.gz
phpicalendar-11aef1af4e4f9410084767762f16fc3366132405.tar.bz2
phpicalendar-11aef1af4e4f9410084767762f16fc3366132405.zip
Can now choose timezone option from config
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.inc.php b/config.inc.php
index b71f4a4..4ff59f2 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -19,6 +19,7 @@ $month_event_lines = '1'; // Number of lines to wrap each event title in mont
$tomorrows_events_lines = '1'; // Number of lines to wrap each event title in the 'Tommorrow's events' box, 0 means display all lines.
$allday_week_lines = '1'; // Number of lines to wrap each event title in all-day events in week view, 0 means display all lines.
$week_events_lines = '1'; // Number of lines to wrap each event title in the 'Tommorrow's events' box, 0 means display all lines.
+$timezone = ''; // Set timezone. Read TIMEZONES file for more information
// Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase.
$save_parsed_cals = 'no'; // Recommended 'yes'. Saves a copy of the cal in /tmp after it's been parsed. Improves performence.

© 2014-2024 Faster IT GmbH | imprint | privacy policy