标签: python python-2.7 python-dateutil
dateutil.parser.parse("0" , tzinfos={'GMT': tzutc()})
给出错误
ValueError:无效的时间戳" 0":日超出月份的范围。
python 2.7.13