See http://stackoverflow.com/questions/20945637 and
http://msdn.microsoft.com/en-us/library/system.datetime.isdaylightsavingtime.asp
x
Basically the implementation would just be:
return GetZoneInterval().Savings != Offset.Zero;
... but it would be a bit more readable in calling code :)
Original issue reported on code.google.com by jonathan.skeet on 6 Jan 2014 at 8:23
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
jonathan.skeet
on 6 Jan 2014 at 8:23The text was updated successfully, but these errors were encountered: