Patrick Spinler wrote: > Hi: > > I'm doing some user auditing, and reading VMS formatted 64 bit datetime > values from sysuaf.dat (like last login time, for instance). > > Any clue how to convert these into a human readable form without access > easy access to the various LIB$* routines dealing with VMS dates ? Or > would it be fastest just to do something in C ? use VMS::Misc qw(quad_to_date);Thread Previous | Thread Next