Dear all,
I need some help with a task that I simply cannot get my head around.
What I need is a simple script, which changes the date in all timestamps in a file, loaded into DIAdem.
Example:
I open a TDMS file into DIAdem manually.
The file contains one day of measurement data, where the first column is a DateTime column holding the timestamps.
A timestamp could look like this:
07/07/2022 00:00:02.
I need a scrip to change the date part of every timestamp, so the above example then looks like this:
01/01/2000 00:00:02
Can someone point me in the right direction?
Any help is much appreciated.