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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top