json - Is it possible to get current time of any city using Single google API in NodeJS -
i'm using below mentioned 2 api calls geocode , timezone of particular city.
- https://maps.googleapis.com/maps/api/geocode/json?address=' + address;
- https://maps.googleapis.com/maps/api/timezone/json?location=' + loc + '×tamp=' + timestamp + '&key=' + apikey ;
in nodejs.
but need use single api current time offset values of city instead of using 2 api calls. possible?
Comments
Post a Comment