N
Nick
Hi there
I'm trying to use the IsDaylightSavingTime property of the datetime
object.
The PC I am using is in GMT,
DateTime.Now.IsDaylightSavingTime() returns true
DateTime.UtcNow.IsDaylightSavingTime() returns false
The times also differ by 1 hour.
As far as I was aware, GMT = UTC
http://www.dxing.com/utcgmt.htm
But quite evidently .NET thinks otherwise. I desperately need a
resolution to this.
Any idea how I get the time in GMT with VB.NET? Obviously UtcNow is
*not* an option.
Thanks in advance.
Nick.
I'm trying to use the IsDaylightSavingTime property of the datetime
object.
The PC I am using is in GMT,
DateTime.Now.IsDaylightSavingTime() returns true
DateTime.UtcNow.IsDaylightSavingTime() returns false
The times also differ by 1 hour.
As far as I was aware, GMT = UTC
http://www.dxing.com/utcgmt.htm
But quite evidently .NET thinks otherwise. I desperately need a
resolution to this.
Any idea how I get the time in GMT with VB.NET? Obviously UtcNow is
*not* an option.
Thanks in advance.
Nick.