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 = (source)

Undocumented

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

Undocumented

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

Undocumented

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

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 = (source)

Undocumented

Value
'.'
FIRST_DAY_OF_WEEK: int = (source)

Undocumented

Value
1
MONTH_DAY_FORMAT: str = (source)

Undocumented

Value
'm月j日'
NUMBER_GROUPING: int = (source)

Undocumented

Value
4
SHORT_DATE_FORMAT: str = (source)

Undocumented

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

Undocumented

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

Undocumented

Value
''
TIME_FORMAT: str = (source)

Undocumented

Value
'H:i'
TIME_INPUT_FORMATS: list[str] = (source)

Undocumented

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

Undocumented

Value
'Y年n月'