The ssTime sort type cannot sort such time format. First of all, it expects that the time is formatted in the same way as the Delphi TimeToStr() function would format it and secondly, it doesn't support hundreds of seconds.
To sort such types, you'd need to implement custom compare, i.e. set sort style = ssCustom and implement the OnCustomCompare() routine.