tzinfo.fromutc(dt) This is called from the default datetime.astimezone() implementation. When called from that
datetime.ctime() Return a string representing the date and time, for example datetime(2002, 12, 4, 20, 30, 40).ctime()
datetime.microsecond In range(1000000).
most_common([n]) Return a list of the n most common elements and their counts from the most common to the least. If
formatmonth(theyear, themonth, w=0, l=0) Return a month’s calendar in a multi-line string. If w is provided, it specifies
timezone.fromutc(dt) Return dt + offset. The dt argument must be an aware datetime instance
calendar.calendar(year, w=2, l=1, c=6, m=3) Returns a 3-column calendar for an entire year as a multi-line string using the
monthdayscalendar(year, month) Return a list of the weeks in the month month of the year as full weeks. Weeks
somenamedtuple._source A string with the pure Python source code used to create the named tuple class. The source makes the
class datetime.time(hour=0, minute=0, second=0, microsecond=0, tzinfo=None) All arguments are optional. tzinfo may
Page 11 of 32