biconix
Joined: 15/07/2010 00:04:39
Messages: 1
Offline
|
When using timezone service for Israeli cities, i do not get any information for any cities except for Jerusalem. For example, to get the timezone info for Tel Aviv using http://ws.geonames.org/timezone?lat=32.4&lng=33.23
I get the results shown below.
Am I doing anything wrong?
Thanks for your help
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
- <geonames>
- <timezone>
<lat>32.4</lat>
<lng>33.23</lng>
<timezoneId />
<dstOffset>0.0</dstOffset>
<gmtOffset>2.0</gmtOffset>
<rawOffset>2.0</rawOffset>
</timezone>
</geonames>
|