Nov-06-2018, 07:05 PM
Nov-06-2018, 07:18 PM
You would use datetime.datetime.strptime() to convert it to a datetime.datetime object. You could them output it in whatever format you want using the strftime() method. I have no idea what datetime.pyi format is though.