Formatting
This commit is contained in:
parent
8e850de88f
commit
f692b2061c
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ RE_ISSUANCE = re.compile(r'''
|
|||
''', re.X)
|
||||
|
||||
RE_DATE = re.compile(r'''
|
||||
^ (?P<hour>\d{1,2})
|
||||
(?P<minute>\d{2})
|
||||
^ (?P<hour>\d{1,2})
|
||||
(?P<minute>\d{2})
|
||||
\s+ (AM|PM)
|
||||
\s+ (?P<tz>[A-Z]{3})
|
||||
\s+ (?P<weekday>[A-Za-z]+)
|
||||
|
|
Loading…
Add table
Reference in a new issue