修改bug

This commit is contained in:
jyuesong
2022-01-21 17:07:42 +08:00
parent 9612802996
commit 25c98a1abf
8 changed files with 17 additions and 17 deletions

View File

@@ -6,8 +6,5 @@
// tree, read text, and verify that the values of widget properties are correct.
void main() {
String time = "Wed Jan 12 2022 20:33:39 GMT+0800 (中国标准时间)";
var result = DateTime.tryParse(time);
print(result);
}