in reply to Re: Re: Re: Re: Unpack for VMS binary files
in thread Unpack for VMS binary files
However,when I print the $Unix_based_time value with print scalar localtime($Unix_based_time), the output starts at 1st Jan 2003 11:00:00 to 23:59:40 and then 2nd Jan 00:00:00 to 10:59:40! The file should start at 00:00:00 Jan 1st and end at 23:59:40 on the same day... Regards, Stacy.$timelow = substr($record,0,16); $timehigh = substr($record,16,32); &quad_to_epoch("$timelow $timehigh");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Re: Unpack for VMS binary files
by Elian (Parson) on Feb 25, 2003 at 22:26 UTC | |
by maderman (Beadle) on Feb 26, 2003 at 21:05 UTC |