Explorar o código

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

Thijs Kinkhorst %!s(int64=19) %!d(string=hai) anos
pai
achega
fbd125e192
Modificáronse 2 ficheiros con 3 adicións e 0 borrados
  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':