What are the services to get the current time on the coordinates, means pkhp, ws? ...

1 answer 1

Alternatively, you can use the Google Maps Time Zone API . And then you can get time using the link of this format. Where "YOUR_API_KEY" is your API key.

https://maps.googleapis.com/maps/api/timezone/json?location=38.908133,-77.047119&timestamp=1458000000&key=YOUR_API_KEY 
  • I do not understand how time to knock out of it. Written: Local time at a specific location is the sum of the timestamp parameter and the values ​​in the dstOffset and rawOffset fields from the result. But if I specify the coordinates of Moscow, and the current timestamp - and then summarize - it turns out 4 hours more. - user190134