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.

  1. https://maps.googleapis.com/maps/api/geocode/json?address=' + address;
  2. https://maps.googleapis.com/maps/api/timezone/json?location=' + loc + '&timestamp=' + timestamp + '&key=' + apikey ;

in nodejs.

but need use single api current time offset values of city instead of using 2 api calls. possible?


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -