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

index c8109d5..97fd920 100644 (file)
@@ -23,7 +23,9 @@ class Pman_Core_TimeZone extends Pman
         foreach($data as $tz => $offset) {
             $arr = explode('/', $tz);
             $data[] = array(
-                'region'
+                'region' => $tz[0],
+                'area' => $tz[1],
+                
             )
         }