in reply to looks good, but something fishy is happening
in thread Win32 FILETIME and 64-bit numbers
The parameter to getTime should be $time not time (don't you hate typos - I do). This would explain why you get a different "$time" every "time"...
Update: BTW, when I run the code with the 64 bit number you are using, I get 6413 2002 as the year.
my $ft = pack "LL", 0x89f625f0,0x01c21315; printtime $ft;
gives me 2002-6-13 20:4:34.964.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: looks good, but something fishy is happening
by John M. Dlugosz (Monsignor) on Aug 06, 2002 at 19:51 UTC |