Only capital cities and major cities are available.
const cityTime = currentTimeInCity("Bangkok").toLocaleString();console.log(time); Copy
const cityTime = currentTimeInCity("Bangkok").toLocaleString();console.log(time);
Calculates the current time in a specified city
Only capital cities and major cities are available.
Input
city - The name of the city.
Returns
The current time in the specified city.