I have files that have been given filenames that include the year, month, day, hour, min, sec, msec that they were created. The filenames were generated from a timestamp and a format string, I need the inverse function. How can I recreate the original timestamp with a format string and the values I have available.
I've tried numerically computing the timestamp with the number to timestamp VI, however I can't figure out how labview handles leap years/seconds or some other unknown factor that prohibits me from regenerating the original timestamp.