简体   繁体   English

C#中的时区转换器

[英]timezone converter in c#

How do I write a timezone converter library in c#? 如何在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. 我将需要时区数据库,并且能够使用它来将一个UTC时区计算/转换为另一个时区。

使用TimeZoneInfo

尝试Noda Time

您可以尝试Afk.TimeZone ,该程序包基于IANA时区数据库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM