Click here to Skip to main content
16,016,605 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hey
Does anyone know of any script that will check on the internet for the dates of when daylight savings take effect and reverts back. SPRING ahead Fall behind dates. I am looking for script or a website location that I can ping to get these dates and store them on my server.


Thanks
Posted
Updated 14-Oct-10 15:25pm
v2

1 solution

It depends on what you are trying to do;
You could subscribe to this site[^] which supplies world wide time zone data including DST information.

If you just want to convert between time zones and are using .Net 3.5 or 4 you could use the TimeZoneInfo class Converting Times Between Time Zones[^] this is assuming windows DST info is kept updated.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900