From: tokul Date: Fri, 8 Jul 2005 15:35:32 +0000 (+0000) Subject: information about TZ changes. will update configuration utils by Sunday. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=4766fd60ec1d09534a2a234b23631f2d81248a34 information about TZ changes. will update configuration utils by Sunday. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9730 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/ChangeLog b/ChangeLog index e0665d09..75a06e2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -395,6 +395,9 @@ Version 1.5.1 -- CVS functions are removed from SquirrelMail IMAP API. Use sqimap_msgs_* and sqimap_get_small_header_list() functions instead. - Fix for bad cache on massive expunge/delete/move operations. + - Moved time zone configuration from locale/timezones.cfg to php array. + Adds time zone name localization options and fixes problems on systems + that don't support GNU C time zone mappings. Version 1.5.0 - 2 February 2004 ------------------------------- diff --git a/config/config_default.php b/config/config_default.php index eb12d9b5..daa82649 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -940,6 +940,29 @@ $aggressive_decoding = false; */ $lossy_encoding = false; +/** + * Controls use of time zone libraries + * + * Possible values: + * + * Use of any other value switches to default SquirrelMail time zone + * handling ($time_zone_type). + * @global integer $time_zone_type + * @since 1.5.1 + */ +$time_zone_type = 0; + /*** Tweaks ***/ /** * Advanced DHTML tree control