Search code examples
c#asp.nettimezoneclass-library

timezone converter in c#


How do I write a timezone converter library in c#? or is there an existing timezone class I could use?

I will need the timezone database and be able to use it to calculate/convert from one UTC timezone to another timezone.


Solution

  • Use TimeZoneInfo.