Geonames Timezone DST

TD1

New Member
LANGUAGE USED: ASP Classic, (shared hosting )PROBLEM: The server is located in US and I need to operate with the Spanish date-time. I changed the date to UTC, but after that I would have to add +1 or +2 depending of the DST, How can I know this parameter?POSSIBLE SOLUTION: Connecting to \[code\]geonames api timezone\[/code\] and get the \[code\]dstOffset\[/code\] tag. http://api.geonames.org/timezone?lat=40&lng=-3&username=demo (demo version). Then add this parameter to my UTC date.MY QUESTIONS: Is it a good practice?, Is geonames.org a reliable website?, Is there any other solution via ASP Classic?, Does anyone know to do this with the API Google Maps?.Thanks
 
Top