TimeZone.php
authorleon <leon@roojs.com>
Tue, 3 Oct 2023 02:20:28 +0000 (10:20 +0800)
committerleon <leon@roojs.com>
Tue, 3 Oct 2023 02:20:28 +0000 (10:20 +0800)
TimeZone.php

index 9186127..ea74e2d 100644 (file)
@@ -74,6 +74,13 @@ class Pman_Core_TimeZone extends Pman
         die('Invalid post');
     }
 
+    static $timezones = array();
+
+    static function getTimezones()
+    {
+
+    }
+
     static function getOffset($timezone)
     {
         $ce = DB_DataObject::factory('core_enum');