Jump to content

Recommended Posts

Guest bertsmelik
Posted

Hi there,

Not really a bug, but something the developer or expert user should be able to answer!

Using AutoIT V3.

I am trying to write a script to generate a timestamp for EPG update of SageTV. I was thinking of using AutoIT's Timeinit () function to figure out the current time in milliseconds. The number I get is confusing though.

Can anyone help me understand what the time in milliseconds is actually based on? Is there a base date/time the number is relative to?

Many thanks, Bert

Posted

It is the system uptime. If you parse it out by dividing by 1000 to get seconds, dividing again by 60 to get minutes, etc. then you will come up with the amount of time the system has been on.

Who else would I be?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...