Hello there,
I'm having a problem with Utcnow property. I'm checking the Utcnow for
IsDayLightSavin g() if true or false. I'm setting the timezone to GMT
time London etc and during summer when daylight saving is applied hence
GMT Daylight time.
However the System.DateTime .Utcnow.IsDayLi ghtSaving() always returns
false even when it is on GMT Daylight time. Whats this.. what I'm
missing?
Thanks for any insights
I'm having a problem with Utcnow property. I'm checking the Utcnow for
IsDayLightSavin g() if true or false. I'm setting the timezone to GMT
time London etc and during summer when daylight saving is applied hence
GMT Daylight time.
However the System.DateTime .Utcnow.IsDayLi ghtSaving() always returns
false even when it is on GMT Daylight time. Whats this.. what I'm
missing?
Thanks for any insights
Comment