Handling timezone in Python
UTC, or Coordinated Universal Time, is the primary time standard by which the world regulates date and time.
astimezone()
–> it helps to convert the time of a particular time zone into another time zonelocaltime()
–> it helps to get the current local time