From c05566f6ee0017adde74643ad8f4ef98bd957065 Mon Sep 17 00:00:00 2001 From: kink Date: Fri, 20 Oct 2006 08:47:20 +0000 Subject: [PATCH] - Add CEST and MEST (non-standard) timezone codes for +0200. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11930 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 1 + functions/date.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index a16c13a5..00536023 100644 --- a/ChangeLog +++ b/ChangeLog @@ -155,6 +155,7 @@ Version 1.5.2 - CVS - Checked if configuration file is readable in configuration utility (#1568355). - Added PHP pspell extension support to squirrelspell plugin. + - Add CEST and MEST (non-standard) timezone codes for +0200. Version 1.5.1 (branched on 2006-02-12) -------------------------------------- diff --git a/functions/date.php b/functions/date.php index 50bb101a..1c873002 100644 --- a/functions/date.php +++ b/functions/date.php @@ -69,6 +69,8 @@ function getGMTSeconds($stamp, $tzc) { case 'IST': case 'MET DST': case 'METDST': + case 'MEST': + case 'CEST': $tzc = '+0200'; break; case 'HKT': -- 2.25.1