|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
GMT TimeHi
Is it possible with an VB.Net application to get the GMT time and this time must be so that it doesn't use summer or winter time? Is this possible? How? Thanks Joris Joris,
In endless methods, Greenwich Mean Time (or maintime ) as I saw used by an Englishman in this newsgroup and as we use it in the Benelux is more often used as Universal Coordinated Time or which another word is Zulu (from the Z from Zero) time. Therefore if you are searching for it use than UCT or Zulu time. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdatetimeclasstouniversaltimetopic.asp I hope this helps, Cor Show quoteHide quote "Joris De Groote" <joris.degro***@skynet.be> schreef in bericht news:uOxMZlviGHA.3780@TK2MSFTNGP03.phx.gbl... > Hi > > Is it possible with an VB.Net application to get the GMT time and this > time must be so that it doesn't use summer or winter time? > Is this possible? How? > > Thanks > Joris > Hi, thanks
I found exactly what I wanted there :). Just one more question: I have changed the date with the command ToUniversalTime and have checked the difference and that is all really good :). But what about summer and winter time? Is the UniversalTime immune to this? The difference is now 2 hours, and it is doing that correct, but if the times change, will the difference still be 2 hours or will this change? Thanks! Show quoteHide quote "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message news:uo35awviGHA.1324@TK2MSFTNGP04.phx.gbl... > Joris, > > In endless methods, > > Greenwich Mean Time (or maintime ) as I saw used by an Englishman in this > newsgroup and as we use it in the Benelux is more often used as Universal > Coordinated Time or which another word is Zulu (from the Z from Zero) > time. > > Therefore if you are searching for it use than UCT or Zulu time. > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdatetimeclasstouniversaltimetopic.asp > > I hope this helps, > > Cor > > > > "Joris De Groote" <joris.degro***@skynet.be> schreef in bericht > news:uOxMZlviGHA.3780@TK2MSFTNGP03.phx.gbl... >> Hi >> >> Is it possible with an VB.Net application to get the GMT time and this >> time must be so that it doesn't use summer or winter time? >> Is this possible? How? >> >> Thanks >> Joris found it out myself, it works just as it needs to work :)
Show quoteHide quote "Joris De Groote" <joris.degro***@skynet.be> wrote in message news:OPrrfOwiGHA.4896@TK2MSFTNGP05.phx.gbl... > Hi, thanks > I found exactly what I wanted there :). > Just one more question: > I have changed the date with the command ToUniversalTime and have checked > the difference and that is all really good :). But what about summer and > winter time? Is the UniversalTime immune to this? The difference is now 2 > hours, and it is doing that correct, but if the times change, will the > difference still be 2 hours or will this change? > > Thanks! > > "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message > news:uo35awviGHA.1324@TK2MSFTNGP04.phx.gbl... > >> Joris, >> >> In endless methods, >> >> Greenwich Mean Time (or maintime ) as I saw used by an Englishman in this >> newsgroup and as we use it in the Benelux is more often used as Universal >> Coordinated Time or which another word is Zulu (from the Z from Zero) >> time. >> >> Therefore if you are searching for it use than UCT or Zulu time. >> >> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdatetimeclasstouniversaltimetopic.asp >> >> I hope this helps, >> >> Cor >> >> >> >> "Joris De Groote" <joris.degro***@skynet.be> schreef in bericht >> news:uOxMZlviGHA.3780@TK2MSFTNGP03.phx.gbl... >>> Hi >>> >>> Is it possible with an VB.Net application to get the GMT time and this >>> time must be so that it doesn't use summer or winter time? >>> Is this possible? How? >>> >>> Thanks >>> Joris > > Cor Ligthert [MVP] wrote:
> Joris, Thanks to the French, the abbreviation for what is correctly called> > In endless methods, > > Greenwich Mean Time (or maintime ) as I saw used by an Englishman in this > newsgroup and as we use it in the Benelux is more often used as Universal > Coordinated Time or which another word is Zulu (from the Z from Zero) time. > > Therefore if you are searching for it use than UCT or Zulu time. Coordinated Universal Time is actually UTC, not UCT or even CUT :) The Framework uses "UTC". -- Larry Lard Replies to group please Larry,
Thanks, I knew it, I have forever to check that and did it not this time. Cor Show quoteHide quote "Larry Lard" <larryl***@hotmail.com> schreef in bericht news:1149774361.380512.113760@c74g2000cwc.googlegroups.com... > > Cor Ligthert [MVP] wrote: >> Joris, >> >> In endless methods, >> >> Greenwich Mean Time (or maintime ) as I saw used by an Englishman in this >> newsgroup and as we use it in the Benelux is more often used as Universal >> Coordinated Time or which another word is Zulu (from the Z from Zero) >> time. >> >> Therefore if you are searching for it use than UCT or Zulu time. > > Thanks to the French, the abbreviation for what is correctly called > Coordinated Universal Time is actually UTC, not UCT or even CUT :) > > The Framework uses "UTC". > > -- > Larry Lard > Replies to group please > |
|||||||||||||||||||||||