Do you ever visit the Python datetime docs specifically to look up those percent formatting codes?

Good news!

I've added a handy shortcut at the top to take you directly there!

⤵️🎉

https://docs.python.org/3/library/datetime.html

#Python #docs #datetime

datetime — Basic date and time types

Source code: Lib/datetime.py The datetime module supplies classes for manipulating dates and times. While date and time arithmetic is supported, the focus of the implementation is on efficient attr...

Python documentation
@hugovk that’s amazing!