Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
dotnet TimeZoneInfo 是否可以安全地确定 DST 在给定日期是否适用?
bool isDaylight = TimeZoneInfo.Local.IsDaylightSavingTime(anyTime);
编辑:请原谅我的无知,DST 在我国不适用。我的理解是,DST 开始和结束每年在每个适用的国家/地区都有不同的决定。没有任何互联网服务的 dotnet 数据结构如何预测给定日期是否为 DST?