Why did nobody tell me that in #Python 3.11, datetime.fromisoformat() can parse arbitrary ISO timestamps!? #gameChanger
(Before it could only parse the output from datetime.isoformat(); e.g. choking on timestamps ending with a Z for UTC.)
Why did nobody tell me that in #Python 3.11, datetime.fromisoformat() can parse arbitrary ISO timestamps!? #gameChanger
(Before it could only parse the output from datetime.isoformat(); e.g. choking on timestamps ending with a Z for UTC.)
@hynek someone made me review this because of my ranting about ISO 8601.
It's not bad. It's not complete: but no one actually wants a complete parser for that awful trash standard.