OpenQuizz
Une application de gestion des contenus pédagogiques
|
Functions | |
def | get_time_resolution (isotimestr) |
def | get_datetime_resolution (isodatetimestr, delimiter="T") |
def | parse_time (isotimestr, builder=PythonTimeBuilder) |
def | parse_datetime (isodatetimestr, delimiter="T", builder=PythonTimeBuilder) |
Variables | |
list | TIMEZONE_DELIMITERS = ["Z", "+", "-"] |
def aniso8601.time.get_datetime_resolution | ( | isodatetimestr, | |
delimiter = "T" |
|||
) |
def aniso8601.time.get_time_resolution | ( | isotimestr | ) |
def aniso8601.time.parse_datetime | ( | isodatetimestr, | |
delimiter = "T" , |
|||
builder = PythonTimeBuilder |
|||
) |
def aniso8601.time.parse_time | ( | isotimestr, | |
builder = PythonTimeBuilder |
|||
) |
list TIMEZONE_DELIMITERS = ["Z", "+", "-"] |