Is it possible to timestamp in milliseconds?

Forum for questions and support relating to the 1.25.x releases only.
Locked
Mad Professor
Posts: 106
Joined: Wed Dec 15, 2010 11:20 am
Location: Isle Of Wight, UK

Is it possible to timestamp in milliseconds?

Post 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.
theforce
Posts: 129
Joined: Tue May 11, 2010 5:22 am

Re: Is it possible to timestamp in milliseconds?

Post 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.
Mad Professor
Posts: 106
Joined: Wed Dec 15, 2010 11:20 am
Location: Isle Of Wight, UK

Re: Is it possible to timestamp in milliseconds?

Post by Mad Professor »

Thanks, thats just what I needed to know.

Best Regards.
Locked