In this video you will learn learn the following:
Using now()
Using set parameters in datetime constructor datetime.datetime()
Using datetime.datetime.fromtimestamp()
Using datetime.datetime.fromisoformat()
datetime.datetime.strptime(str, direc)
Creating datetime objects using dateutil and pytz modules
Using datetime.datetime.utcnow()--- with astimezone, localize
Using dateutil.parser class