TimeZone.php
authorleon <leon@roojs.com>
Tue, 3 Oct 2023 03:18:11 +0000 (11:18 +0800)
committerleon <leon@roojs.com>
Tue, 3 Oct 2023 03:18:11 +0000 (11:18 +0800)
TimeZone.php

index 576eab4..383a724 100644 (file)
@@ -54,7 +54,7 @@ class Pman_Core_TimeZone extends Pman
         die('Invalid post');
     }
 
-    static $timezones = array();
+    static $offsets = array();
 
     static function getTimezones()
     {