On Tue, 2001-12-04 at 13:42, Andy Abshagen wrote: > I have vpopmail 5.0 running with logging to MySQL. However the > Timestamp field contains numbers like 1007484409. Is there a way to > decipher that to an actual time and date?
That's unix time returned by the time(NULL) call. Any utility that understands unix time should be able to convert it to human readable format. ken Jones