time

Module util

Source
Expand description

Utility functions, including updating time zone information.

Functions§

days_in_month
Get the number of days in the month of a given year.
days_in_year
Get the number of calendar days in a given year.
days_in_year_monthDeprecated
Get the number of days in the month of a given year.
is_leap_year
Returns if the provided year is a leap year in the proleptic Gregorian calendar. Uses astronomical year numbering.
refresh_tzlocal-offset
Attempt to update time zone information from the system.
refresh_tz_uncheckedlocal-offset
Update time zone information from the system.
weeks_in_year
Get the number of weeks in the ISO year.