-
Notifications
You must be signed in to change notification settings - Fork 523
Closed
Milestone
Description
There is currently no inverse to the isoformat() function. If you know you've got an iso8601 date, the logic is actually much simpler than the current parser logic, but because isoformat() outputs a format not compatible with even Python 3.6's strptime() (shamefully), it's some pretty low hanging fruit.