@MikeyH Hi Mike,
thanks for the report. It seems that the Archive viewer in Diagnostics is limited to the 16 signals.
I have prepared a Python script for converting the Archive timezone - find it attached.
How to use the script:
export the REXYGEN archive using the RexArc command line utility. For details execute command RexArc --help
put the exported file in the same directory as the Python conversion script
run the conversion script using the following command: python archive_timezone_converter.py input.csv output.csv offset
Parameters meaning:
input.csv - original file exported using RexArc
output.csv - output file
offset - The timezone offset to apply (in hours).
Script file: archive_timezone_converter.py
Let me know if it helps.
Cheers, Tomas