Neat way to store duration in Historian and show in PowerChart

Hi, I have a device with an hour counter:

I can read out those values through modbus, and have them available as seconds:

I used an expression tag from this post OPC Tag Value Seconds to HH:MM:SS via Expression Tag - #5 by Kevin.Herron to convert the seconds to a HH:MM:SS string.

But I'm wondering what the best way would be to store these durations in the historian so I can show them in PowerChart as HH:MM:SS (and also see the trend lines go up each second)?
If I show the string in PowerChart it would just show "8079":
image

Any suggestions on the neatest way to store and show durations in Ignition?