usenetbinary-newsreaderembyseedboxtvdbnzbgetsubtitlewebuiquickboxtraktkodistabletvshowsqnaptautullifanartsickbeardtvseriesplexswizzin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
186 B
8 lines
186 B
5 years ago
|
from .w3dtf import _parse_date_w3dtf as _parse_date_w3dtf
|
||
|
from typing import Any
|
||
|
|
||
|
_hungarian_months: Any
|
||
|
_hungarian_date_format_re: Any
|
||
|
|
||
|
def _parse_date_hungarian(date_string: Any): ...
|