From 0a9863c29dda9e58c81a8608f99501e4828d3401 Mon Sep 17 00:00:00 2001 From: leon Date: Tue, 3 Oct 2023 11:57:52 +0800 Subject: [PATCH] TimeZone.php --- TimeZone.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TimeZone.php b/TimeZone.php index da6f19f2..1dfb1b07 100644 --- a/TimeZone.php +++ b/TimeZone.php @@ -23,6 +23,7 @@ class Pman_Core_TimeZone extends Pman foreach(self::$offsets as $tz => $o) { $arr = explode('/', $tz); $data[] = array( + 'id' => $ce->Time_zone_id, 'region' => $arr[0], 'area' => $arr[1], 'offset' => $o, @@ -38,6 +39,7 @@ class Pman_Core_TimeZone extends Pman 'successProperty' => 'success', 'totalProperty' => 'total', 'fields' => array( + 'id', 'region', 'area', 'offset', -- 2.39.2