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

index 9cd357c..af21dca 100644 (file)
@@ -20,7 +20,9 @@ class Pman_Core_TimeZone extends Pman
 
         $data = array();
 
-        foreach($data as $t)
+        foreach($data as $tz => $offset) {
+
+        }
 
         echo json_encode(array(
             'data' => $data,