python: parsing the output of datetime.isoformat()
I couldn’t find this explicitly anywhere, so here it is. A function to parse a string which was generated by datetime.isoformat()
1 | import datetime |
I couldn’t find this explicitly anywhere, so here it is. A function to parse a string which was generated by datetime.isoformat()
1 | import datetime |