Zulu Time

  • Thread starter Thread starter Matt Frame
  • Start date Start date
M

Matt Frame

How do I get Zulu time without having to code for daylight savings time?
Does a function or existing format exist?

Thanks,

Matt
 
Hi Matt,

Normaly VB.net takes the time from the OS, but if you want to change that
take a look for "CultureInfo" settings on MSDN.

I did not find Zulu in the culture settings only in the language, but maybe
you can find for the culture an equivalent.

I hope this helps a little bit?

Cor
 
Hi Matt,

If your clock is set to UTC (used to be GMT) then that is Zulu time. But are
you asking about whatever time the user's timezone is set to?

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

" System.Reflection Master "

==== Converting to 2002 ====
Remove inline declarations
 
Back
Top