标签: c# datetime iana
dotnet TimeZoneInfo是否可以安全地查明DST在给定日期是否适用?
bool isDaylight = TimeZoneInfo.Local.IsDaylightSavingTime(anyTime);