格式化时长为字符串
String normalizeTimeValue(Duration val) => val.toString().split('.').first.padLeft(8, '0');