Does anyone know of a way of concatenating millis into an HHH:MM:SS format? Where the hours can go over 24:59:59, but not add another day (as in 1970-01-02 00:00:01). I'd like it to show as 25:00:01 for example.
I can split the time up and concatenate it, but it's a dynamic timeframe, and I wish for the seconds to jump over to minutes etc.