Meeting/Webinar report API

Hi, let me clarify my question
as shown in the previous screen :

The API return Join Time as “2020-06-19 07:33”
But, in the Dashboard, it shows “2020-06-19 03:33pm” , may I know the logic behind? Why the Dasboard shows a GMT +8 time ? Is it because when the meeting is scheduled, the time zone selected is GMT+8 ?

according to the end point “https://api.zoom.us/v2/meetings/{meetingId}”, the meeting timezone is “Asia/Shanghai” which is GMT+8 !

my question is , instead of returning “Asia/Shanghai” , can it return “(GMT+8:00)Beijing, Shanghai” , so that i can parse the Timezone value and retrieve GMT+8 , , then convert the time programtically.