How many times have you struggled trying to properly format datetimes in Python? I can say it for you, but I really struggled on this in the past.
That’s right! In the past!! I’ve discovered a way to format dates in Python using just f-strings. If you are not familiar with f-strings, you should! It’s a awesome way to format strings in Python. It's not only in "prints" as you can use it anywhere strings and variables are involved. To know more: https://docs.python.org/3/tutorial/inputoutput.html