tzinfo.dst(dt) Return the daylight saving time (DST) adjustment, in minutes east of UTC, or None if DST information
timezone.fromutc(dt) Return dt + offset. The dt argument must be an aware datetime instance
monthdayscalendar(year, month) Return a list of the weeks in the month month of the year as full weeks. Weeks
tzinfo.fromutc(dt) This is called from the default datetime.astimezone() implementation. When called from that
Repr.maxlevel Depth limit on the creation of recursive representations. The default is 6.
array.fromunicode(s) Extends this array with data from the given unicode string. The array must be a type 'u' array;
atexit A writable boolean property which by default is true. When the program exits, it calls all remaining live finalizers
calendar.month_abbr An array that represents the abbreviated months of the year in the current locale. This follows normal convention
calendar.monthrange(year, month) Returns weekday of first day of the month and number of days in month, for the specified year
datetime.microsecond In range(1000000).
Page 11 of 32