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 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', '%m/%d/%Y', '%m/%d/%y', '%Y년 %m월 %d일']
DATETIME_FORMAT: str =

Undocumented

Value
'Y년 n월 j일 g:i A'
DATETIME_INPUT_FORMATS: list[str] =

Undocumented

Value
['%Y-%m-%d %H:%M:%S',
 '%Y-%m-%d %H:%M:%S.%f',
 '%Y-%m-%d %H:%M',
 '%m/%d/%Y %H:%M:%S',
 '%m/%d/%Y %H:%M:%S.%f',
 '%m/%d/%Y %H:%M',
 '%m/%d/%y %H:%M:%S',
...
DECIMAL_SEPARATOR: str =

Undocumented

Value
'.'
MONTH_DAY_FORMAT: str =

Undocumented

Value
'n월 j일'
NUMBER_GROUPING: int =

Undocumented

Value
3
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
'A g:i'
TIME_INPUT_FORMATS: list[str] =

Undocumented

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

Undocumented

Value
'Y년 n월'