Browse Source

- Add CEST and MEST (non-standard) timezone codes for +0200.

Thijs Kinkhorst 19 years ago
parent
commit
fbd125e192
2 changed files with 3 additions and 0 deletions
  1. 1 0
      ChangeLog
  2. 2 0
      functions/date.php

+ 1 - 0
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)
 --------------------------------------

+ 2 - 0
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':