I need to update a .NET 2.0 website to include a function to convert time from a time zone to another.
Unfortunately I cannot use TimeZoneInfo.ConvertTime in .NET 2.0.
Is there any equivalent or workaround that takes into account Daylight Savings time?
Thanks in advance