Google Time Zone API
以经纬度定位时区 谷歌提供的API
1 2 3 4 5 6 7 8 9 10 |
https://maps.googleapis.com/maps/api/timezone/json?location=39.6034810,-119.6822510×tamp=1331161200&&language=zh_CN 返回 { "dstOffset" : 0, "rawOffset" : -28800, "status" : "OK", "timeZoneId" : "America/Los_Angeles", "timeZoneName" : "北美太平洋标准时间" } |