Thread: Converting Zulu Time to Current Time

  1. #1
    Registered User
    Join Date
    Mar 2005
    Posts
    11

    Converting Zulu Time to Current Time

    Does anyone know how to go about doing this in C++? Is there like some kind of date class that takes care of all of this?

  2. #2
    Registered User
    Join Date
    May 2006
    Posts
    903
    Mmm I think locale is what you are searching for. Google it up. I've never used it so I can't help you much more than that.

  3. #3
    semi-colon generator ChaosEngine's Avatar
    Join Date
    Sep 2005
    Location
    Chch, NZ
    Posts
    597
    locales are a female dog to use. boost.date_time is your friend
    "I saw a sign that said 'Drink Canada Dry', so I started"
    -- Brendan Behan

    Free Compiler: Visual C++ 2005 Express
    If you program in C++, you need Boost. You should also know how to use the Standard Library (STL). Want to make games? After reading this, I don't like WxWidgets anymore. Want to add some scripting to your App?

  4. #4
    Registered User
    Join Date
    Mar 2005
    Posts
    11
    Thanks guys.

    I'm still confused with the usage of this class though.

    Also, is this a built-in class for C++?
    Last edited by Caldus; 06-08-2006 at 08:57 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. illegal function overloading????
    By Mr_Jack in forum C++ Programming
    Replies: 3
    Last Post: 12-17-2003, 01:03 PM
  2. Is this really true or it's just science fiction?
    By Nutshell in forum A Brief History of Cprogramming.com
    Replies: 145
    Last Post: 04-09-2002, 06:17 PM
  3. Placing the Current Time in a tm structure
    By WebmasterMattD in forum Linux Programming
    Replies: 4
    Last Post: 04-06-2002, 08:27 AM
  4. FAQ: How do i display current time and date ?
    By davie_scotland in forum FAQ Board
    Replies: 2
    Last Post: 01-24-2002, 11:18 AM
  5. time class
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 12-11-2001, 10:12 PM