The algorithm to parse time data from telemetry CCSDS packets is functioning incorrectly. Half the time it displays the correct values, but half the time it displays negative values. It is likely due to a signed/unsigned mismatch between JCAT's parsing algorithm and its actual structure as defined by Apps.
A correct algorithm was developed for the CFS running on a VM, but it was nonfunctional in other scenarios.