.NET TimeZoneInfo wrong about Daylight savings

前端 未结 3 1054
夕颜
夕颜 2021-01-19 06:53

Can anyone help make sense of this. Microsoft’s TimeZoneInfo class in 3.5 is telling me the following GMT date is not in Daylight savings for the Eastern timezone, but it i

3条回答
  •  时光说笑
    2021-01-19 07:20

    TimeZoneInfo.GetUtcOffset(DateTime)

    Correctly returns the offset with daylight savings factored in if the specified date is inside the period

提交回复
热议问题