https://nodatime.org/
const zoneData = zoneData("Asia/Yangon");console.log(zoneData); Copy
const zoneData = zoneData("Asia/Yangon");console.log(zoneData);
Zone Data provided by Noda Time
https://nodatime.org/
Input
timezone - The timezone for which the zone object is required.
Returns
The zone object corresponding to the given timezone.
Note
If invilid timezone name return ==> undefined .