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

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -