Wow, thanks @hugovk for making my "import datetime as dt" recommendation official in the Python docs, with a link to my blog!

https://github.com/python/cpython/commit/d3b6faf9758dce236d45c708a450437cdc3e97cd#diff-591e6aa401ebcd90f71f28b517b3d4437ba293920787df9ed06e037af0b07175

#Python

Python: how I import the datetime module - Adam Johnson

Python’s datetime module risks a whole bunch of name confusion:

@adamchainz @hugovk Great tip! I am introducing it into my team now.