Converting ticks in taskinfo.txt to date

Hi,

I’m still on v3.0 and need to convert the completed date/time in taskinfo.txt (which is in ticks) to a date format. I have tried using various definitions of ticks and date formats (max =4800/sec, Unix date starts in 1970…) but can’t figure it out. Can you please provide me with the calculation or method to do this?

Thanks,
Brad

Hey Brad,

From what I’ve read, one tick is 100 nanoseconds, so there is 10,000,000 ticks in a second. See the Remarks section here for more info:
msdn.microsoft.com/en-us/library … ticks.aspx

It also gives you the start date from when ticks would start.

Cheers,

  • Ryan

Thanks Ryan!
Brad