You can just specify dayfirst=True: >>> dateutil.parser.parse("05.01.2015", dayfirst=True). datetime.datetime(2015, 1, 5, 0, 0).
確定! 回上一頁