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 Where exactly can I find "fromisotimestamp()"? I tried homebrew py3.11.0 and it is neither in "datetime" nor in "datetime.datetime". I also can't find it in the docs.
@sscherfke I love how everyone autocorrected it in their heads except you :D
@hynek @sscherfke Good grief, I didn't even notice 🤣