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

index af21dca..c8109d5 100644 (file)
@@ -21,7 +21,10 @@ class Pman_Core_TimeZone extends Pman
         $data = array();
 
         foreach($data as $tz => $offset) {
-
+            $arr = explode('/', $tz);
+            $data[] = array(
+                'region'
+            )
         }
 
         echo json_encode(array(