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

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