NordicHPC / sonar

Tool to profile usage of HPC resources by regularly probing processes.
GNU General Public License v3.0
8 stars 5 forks source link

Regression: Timestamp format is wrong #173

Closed lars-t-hansen closed 6 months ago

lars-t-hansen commented 6 months ago

A subtle bug in the rewrite of sonar: it formats the timestamp incorrectly. The correct format is yyyy-mm-ddThh:mm:ss+hh:mm but strftime uses ...+hhmm. Previously we did not have a test case. Now we do, but because it assumed that the format was correct it is actually wrong.