将时间戳(Milliseconds)格式化时间
String? toTimeString({bool isSecond = false}) { return dateFormat(DateFormats.h_m_s, isSecond: isSecond); }