TimeZone.php
authorleon <leon@roojs.com>
Tue, 3 Oct 2023 09:06:21 +0000 (17:06 +0800)
committerleon <leon@roojs.com>
Tue, 3 Oct 2023 09:06:21 +0000 (17:06 +0800)
TimeZone.php

index 03f7a9b..123d8eb 100644 (file)
@@ -66,7 +66,7 @@ class Pman_Core_TimeZone extends Pman
         die('Invalid post');
     }
 
-    static $timezones = array();
+    static $offsets = array();
 
     static function getOffsets()
     {