未验证 提交 a7c2d98b 编写于 作者: L LinJZong 提交者: GitHub

Merge pull request #753 from WizzXu/master

修复时间格式化方法毫秒值展示异常的问题
......@@ -3,7 +3,7 @@ import 'package:date_format/date_format.dart';
class TimeUtils {
static String toTimeString(int time) {
return formatDate(DateTime.fromMillisecondsSinceEpoch(time),
<String>[HH, ':', nn, ':', ss, '.', nn]);
<String>[HH, ":", nn, ":", ss, ".", S]);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册