module documentation

Undocumented

Class date Undocumented
Class datetime Undocumented
Function ​_findall Undocumented
Function new​_date Generate a safe date from a datetime.date object.
Function new​_datetime Generate a safe datetime from a datetime.date or datetime.datetime object.
Function strftime Undocumented
Variable ​_illegal​_formatting Undocumented
def _findall(text, substr):

Undocumented

def new_date(d):
Generate a safe date from a datetime.date object.
def new_datetime(d):
Generate a safe datetime from a datetime.date or datetime.datetime object.
def strftime(dt, fmt):

Undocumented

_illegal_formatting =

Undocumented