Hello:
Here is a KnowledgeBase (KB) that talks a little more about the IATimeStamp format:
http://digital.ni.com/public.nsf/websearch/30A2A126ECD85CA686256A02004DDEBC?OpenDocument
I assume you are using LabWindows/CVI to program your application. If this is the case, the functions found under /Libraries/ANSI C/Data & Time (time.h)/ will be helpful. There are functions there to get the time as an integer (secs since 1/1/1900) - Time(), convert that integer to a time structure - gmTime(), and a function to convert that structure to a string - ascTime(). If you are using another text-based compiler, just check out the ANSI C libraries and look for "time" functions.
Good Luck!
Sincerely,
Brooks B.
Applications Engineer
National Instruments