When I export the trended data from the Perspective Historian to a .csv file, it shows the time as a 13-digit number that does not seem to easily correlate to the correct date/time of the data (it's not just something like yyymmddhhmmss). I figure this is due to how the Ignition dateTime data type is formatted. Is there a way to convert the 13-digit number to the correct date-time in a third-party program like Excel?
The end goal is to be able to compare the data in the Ignition historian with a secondary database the data is being sent to in order to ensure that both sets of data match.
For example: a timestamp that should be between 9:41PM-9:42PM 03/06/2025 came out as 1741297277000 when I opened the .csv file in Excel.