The timezone for which the current local time needs to be retrieved.
The current local time as a Date object.
const zoneTime = zoneCurrentTime("Asia/Yangon").toLocaleString();console.log(zoneTime); Copy
const zoneTime = zoneCurrentTime("Asia/Yangon").toLocaleString();console.log(zoneTime);
Retrieves the current local time for a given timezone.