转换为指定格式的日期时间字符串
String toNormalizeTimeString({String format = 'yyyy-MM-dd HH:mm:ss'}) => Jiffy.parse(this).format(pattern: format);