converts duration to HH:MM:SS format
String toHHMMSS() => toString().split('.').first.padLeft(8, "0");