OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | FixedOffset |
class | LocalTimezone |
class | USTimeZone |
Functions | |
def | first_sunday_on_or_after (dt) |
Variables | |
STDOFFSET | |
seconds | |
DSTOFFSET | |
DSTDIFF | |
Local | |
DSTSTART | |
DSTEND | |
Eastern | |
Central | |
Mountain | |
Pacific | |
Reference tzinfo implementations from the Python docs. Used for testing against as they are only correct for the years 1987 to 2006. Do not use these for real code.
def pytz.reference.first_sunday_on_or_after | ( | dt | ) |
Central |
DSTDIFF |
DSTEND |
DSTOFFSET |
DSTSTART |
Eastern |
Local |
Mountain |
Pacific |
seconds |
STDOFFSET |