module documentation

Undocumented

Constant DATE​_FORMAT Undocumented
Constant DATE​_INPUT​_FORMATS Undocumented
Constant DATETIME​_FORMAT Undocumented
Constant DATETIME​_INPUT​_FORMATS Undocumented
Constant DECIMAL​_SEPARATOR Undocumented
Constant FIRST​_DAY​_OF​_WEEK Undocumented
Constant MONTH​_DAY​_FORMAT Undocumented
Constant NUMBER​_GROUPING Undocumented
Constant SHORT​_DATE​_FORMAT Undocumented
Constant SHORT​_DATETIME​_FORMAT Undocumented
Constant THOUSAND​_SEPARATOR Undocumented
Constant TIME​_FORMAT Undocumented
Constant TIME​_INPUT​_FORMATS Undocumented
Constant YEAR​_MONTH​_FORMAT Undocumented
DATE_FORMAT: str =

Undocumented

Value
'Y年n月j日'
DATE_INPUT_FORMATS: list[str] =

Undocumented

Value
['%Y/%m/%d', '%Y-%m-%d', '%Y年%n月%j日']
DATETIME_FORMAT: str =

Undocumented

Value
'Y年n月j日 H:i'
DATETIME_INPUT_FORMATS: list[str] =

Undocumented

Value
['%Y/%m/%d %H:%M',
 '%Y-%m-%d %H:%M',
 '%Y年%n月%j日 %H:%M',
 '%Y/%m/%d %H:%M:%S',
 '%Y-%m-%d %H:%M:%S',
 '%Y年%n月%j日 %H:%M:%S',
 '%Y/%m/%d %H:%M:%S.%f',
...
DECIMAL_SEPARATOR: str =

Undocumented

Value
'.'
FIRST_DAY_OF_WEEK: int =

Undocumented

Value
1
MONTH_DAY_FORMAT: str =

Undocumented

Value
'm月j日'
NUMBER_GROUPING: int =

Undocumented

Value
4
SHORT_DATE_FORMAT: str =

Undocumented

Value
'Y年n月j日'
SHORT_DATETIME_FORMAT: str =

Undocumented

Value
'Y年n月j日 H:i'
THOUSAND_SEPARATOR: str =

Undocumented

Value
''
TIME_FORMAT: str =

Undocumented

Value
'H:i'
TIME_INPUT_FORMATS: list[str] =

Undocumented

Value
['%H:%M', '%H:%M:%S', '%H:%M:%S.%f']
YEAR_MONTH_FORMAT: str =

Undocumented

Value
'Y年n月'