标签: datetime internationalization timezone
必须有一种简单的方法来获得带代码的不同时区(即不更改系统时区) 到目前为止,您可以执行类似
var timezone = TimeZone.CurrentTimeZone;
但是我无法看到任何其他方式来获得不同的时区? 或者我应该只使用TimeSpan? 实际上,使用TimeZoneInfo
答案 0 :(得分:2)
相关答案
Creating a DateTime in a specific Time Zone in c# fx 3.5
答案 1 :(得分:1)
如何使用TimeZoneInfo.GetSystemTimeZones?
这应返回此系统中所有可用TimeZone对象的数组。