As a beginner, creating timestamps or formatted dates ended up being a little more of a challenge than I would have expected. What are some basic examples for reference?
>>> import time >>> print(time.strftime('%a %H:%M:%S')) Mon 06:23:14