检查字符串是否为时间 Example: 2020-04-27 08:14:39.977, 2020-04-27T08:14:39.977, 2020-04-27 01:14:39.977Z
bool kisDateTime(String s) => matches(_RegexConst.dateTime);