Reputation: 4485
Could anybody suggest a third party library in .net which could provide Time Zone information and meet these requirements
Ta,
Rajeesh
Upvotes: 0
Views: 1148
Reputation: 3099
Use this one for .NET 2.0: http://www.codeproject.com/KB/datetime/timezones.aspx
Upvotes: 0
Reputation: 32684
TimeZoneInfo is implemented in Mono, do you need Windows 2000 compatibility? Are you sure you need to stick with .NET 2.0?
Upvotes: 0
Reputation: 12495
http://www.codeplex.com/publicdomain
Uses the Olsen TimeZone Database. Hence think it also works historically, have found in the past that the TimeZoneInfo class does not work when the rules have changed.
Think it is Mono compatible.
Upvotes: 2