Page 1 of 1

Is it possible to timestamp in milliseconds?

Posted: Mon Dec 10, 2012 5:25 pm
by Mad Professor
Good day all.

As per the topic title, is it possible to timestamp the recordings in milliseconds?

Thanks for your time.

Best Regards.

Re: Is it possible to timestamp in milliseconds?

Posted: Mon Dec 10, 2012 11:14 pm
by theforce
You can add a .%f to the end of the seconds to get XX.xx seconds.

Example
%N - %y/%m/%d %H:%M:%S.%f

Its a StrfTime format if you want to look into other options.

Re: Is it possible to timestamp in milliseconds?

Posted: Tue Dec 11, 2012 9:01 am
by Mad Professor
Thanks, thats just what I needed to know.

Best Regards.