From 11aef1af4e4f9410084767762f16fc3366132405 Mon Sep 17 00:00:00 2001 From: jwangen Date: Sat, 19 Oct 2002 19:54:19 +0000 Subject: Can now choose timezone option from config --- config.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config.inc.php') 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. -- cgit v1.2.3