我通過Wunderground的XML API消費國際天氣預報:Wunderground和UTC偏移
http://wiki.wunderground.com/index.php/API_-_XML
望着輸出喀布爾,阿富汗例如:
http://api.wunderground.com/auto/wui/geo/ForecastXML/index.xml?query=OAKB
我注意到,沒有UTC偏移量。我能看到的最接近的是:
<tz_short>AFT</tz_short>
標識當前TimeZone是AFT。我看到的問題是,沒有普遍接受的時區縮寫,所以我不能使用這些縮寫,並從C#的TimeZoneInfo對象中查找和偏移。
是否有Wunderground的時區縮寫/名稱/偏移列表,因此我可以將他們的時區映射到TimeZoneInfo對象,還是有更好的方法來獲取此信息?我需要使用TimeZoneInfo,以便我可以計算國際不同地點的夏令時。
優秀的解決方案。 – Brandon 2010-03-26 20:31:35