julmae Posted August 7, 2006 Posted August 7, 2006 so heres my problem i have two login times taken from packets i catched : 1154825264125 = taken at 3:07 and 1154909297140 = taken at 3:08, when i minus them and divide them by 1000 it came out as 68~ sec as it should be so time stamps should be in milliseconds, but i cant figure how its genrated. any and all help would be welcome 8)
Moderators SmOke_N Posted August 7, 2006 Moderators Posted August 7, 2006 If you don't divide them by 1000 then you get 68000 milliseconds don't you? Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
/dev/null Posted August 7, 2006 Posted August 7, 2006 so heres my problem i have two login times taken from packets i catched :1154825264125 = taken at 3:07 and1154909297140 = taken at 3:08, when i minus them and divide them by 1000 it came out as 68~ sec as it should be so time stamps should be in milliseconds, but i cant figure how its genrated. any and all help would be welcome 8)the timestamps you describe are defined like this: "the number of seconds since EPOCH (1970/01/01 00:00:00)". Obviously the milliseconds are also added in your example.CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
Moderators SmOke_N Posted August 7, 2006 Moderators Posted August 7, 2006 the timestamps you describe are defined like this: "the number of seconds since EPOCH (1970/01/01 00:00:00)". Obviously the milliseconds are also added in your example.CheersKurtI was trying to find that lmao... nice Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now