dateutil.parser.parse("0" , tzinfos={'GMT': tzutc()})
on windows give error
ValueError: Invalid timestamp "0": day is out of range for month.
python 2.7.13
dateutil.parser.parse("0" , tzinfos={'GMT': tzutc()})
on windows give error
ValueError: Invalid timestamp "0": day is out of range for month.
python 2.7.13