Python Library: datetime

The datetime module supplies classes for manipulating dates and times.

15 Jul 2022 starting note *note date indicates latest update.

Library resources
PyPI N/A
Github N/A
Documentation https://docs.python.org/3/library/datetime.html

strptime = "string parse time" strftime = "string format time" Pronounce it out loud today & you won't have to search for it again in 6 months.

Date from Unix time

date = datetime.utcfromtimestamp(date_grist)

links

social