
Having a tough time remembering Python strptime vs. strftime?
– The “p” (strptime) is for parsing, getting a datetime from a string
– The “f” (strftime) is for formatting, getting a string from a datetime
For help remembering the format codes, turn to https://www.strfti.me/ !
