UTCNow <> GMT
- From: "Nick" <a@xxxxx>
- Date: Fri, 18 Jul 2008 22:43:48 +0100
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.
.
- Follow-Ups:
- Re: UTCNow <> GMT
- From: Olaf Rabbachin
- Re: UTCNow <> GMT
- From: Rory Becker
- Re: UTCNow <> GMT
- From: Stephany Young
- Re: UTCNow <> GMT
- From: Nick
- Re: UTCNow <> GMT
- Prev by Date: Re: Dienst beenden/staren
- Next by Date: Re: UTCNow <> GMT
- Previous by thread: VS2005 vb.net DLL - interop EXCEL
- Next by thread: Re: UTCNow <> GMT
- Index(es):
Relevant Pages
|