Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
-1 votes
1 answer
228 views

I'm using Google maps TimeZone API to get the timezone and utc offset for a location (lat/lng) in New York, London, Paris, Sydney. Ex. https://maps.googleapis.com/maps/api/timezone/json?location=39....
chuckd's user avatar
  • 14.8k
4 votes
1 answer
40k views

I'm using fetch to call Google TimeZone. But I'm getting an error when trying to pass the lat/lng and timestamp in as body paramters. Error: Failed to execute 'fetch' on 'Window': Request with GET/...
chuckd's user avatar
  • 14.8k
0 votes
1 answer
1k views

On the current app I'm working on right now we use two kinds of google maps APIs: places and timezone. Following on the documentation, I found that for timezone API we can't use the HTTP referrer ...
Bogdan  Dubyk's user avatar
  • 5,644
2 votes
1 answer
872 views

I'm using Google's Time Zone API to get the time zone id for latitude & longitude coordinates in the United States. However, I've noticed that some of the responses I'm getting are incorrect for ...
Ezzdean Bietar's user avatar
2 votes
1 answer
3k views

I want to retrieve GMT(5.5) of India or same like this for other Country. Below is my code where I used Google Time Zone API and the coming response is on dstoffset, rawOffset, status, timeZoneId, ...
Paramjeet Singh's user avatar
2 votes
1 answer
5k views

Can there be a city/place which has some postal code 'XXXX' and it falls in to 2 or more time zones? I'm not sure if this question is even valid or not. But because of the overwhelming information ...
pabz's user avatar
  • 604
1 vote
2 answers
3k views

I have address(city,state,country,zip) and want to get TimeZone , latitude and longitude in single Google API call , i see google provide TimeZone api which accepts latitude and longitude and returns ...
Jitendra Kumawat's user avatar
0 votes
1 answer
1k views

I am trying to access the google maps time zone api according to the guide lines here: https://developers.google.com/maps/documentation/timezone/intro If I put the url:"https://maps.googleapis.com/...
user3293338's user avatar
5 votes
0 answers
1k views

I try to request the Google Timezone API from an AngularJS app. But when I'm making my request I got this error in the preflight request : XMLHttpRequest cannot load https://maps.googleapis.com/maps/...
Tako's user avatar
  • 672
-1 votes
1 answer
776 views

Please refer this Link This API Call passes the location in request, and get the response with the details in JSON/XML eg : Request https://maps.googleapis.com/maps/api/timezone/json?location=39....
Abhii's user avatar
  • 305
3 votes
2 answers
3k views

I'm developing a scheduling web site where you can specify a date, time, time zone city. I want to save this in the backend in UTC time. So I have to convert it somehow on the server. I also want to ...
Emmanuel's user avatar
  • 17.1k
0 votes
1 answer
7k views

I am developing an application to get the local time of city. I am using google Geocode API to get the latitude and longitude of a city and the same is passed to the timezone API. Time Zone API ...
Vishnu Sureshkumar's user avatar
1 vote
1 answer
440 views

I have the following code that connects to google timezone api and returns a json message from which i would derive if there is an offset or not. Question: I am using a for loop here and it returns ...
Kalyan's user avatar
  • 27
4 votes
2 answers
1k views

I wish to use Google Time Zone API in my android app. In their Usage Limits, they said as below. Use of the Google Time Zone API is subject to a limit of 2,500 per 24 hour period. Maps for ...
Bishan's user avatar
  • 15.9k