datetime.tzinfo.dst()
  • References/Python/Python/Data Types

tzinfo.dst(dt) Return the daylight saving time (DST) adjustment, in minutes east of UTC, or None if DST information

2025-01-10 15:47:30
datetime.timezone.fromutc()
  • References/Python/Python/Data Types

timezone.fromutc(dt) Return dt + offset. The dt argument must be an aware datetime instance

2025-01-10 15:47:30
calendar.Calendar.monthdayscalendar()
  • References/Python/Python/Data Types

monthdayscalendar(year, month) Return a list of the weeks in the month month of the year as full weeks. Weeks

2025-01-10 15:47:30
datetime.tzinfo.fromutc()
  • References/Python/Python/Data Types

tzinfo.fromutc(dt) This is called from the default datetime.astimezone() implementation. When called from that

2025-01-10 15:47:30
reprlib.Repr.maxlevel
  • References/Python/Python/Data Types

Repr.maxlevel Depth limit on the creation of recursive representations. The default is 6.

2025-01-10 15:47:30
array.array.fromunicode()
  • References/Python/Python/Data Types

array.fromunicode(s) Extends this array with data from the given unicode string. The array must be a type 'u' array;

2025-01-10 15:47:30
weakref.finalize.atexit
  • References/Python/Python/Data Types

atexit A writable boolean property which by default is true. When the program exits, it calls all remaining live finalizers

2025-01-10 15:47:30
calendar.month_abbr
  • References/Python/Python/Data Types

calendar.month_abbr An array that represents the abbreviated months of the year in the current locale. This follows normal convention

2025-01-10 15:47:30
calendar.monthrange()
  • References/Python/Python/Data Types

calendar.monthrange(year, month) Returns weekday of first day of the month and number of days in month, for the specified year

2025-01-10 15:47:30
datetime.datetime.microsecond
  • References/Python/Python/Data Types

datetime.microsecond In range(1000000).

2025-01-10 15:47:30