Another slight date-parsing fix
This commit is contained in:
parent
8dfc7cf043
commit
31da44e847
1 changed files with 1 additions and 1 deletions
|
|
@ -489,7 +489,7 @@ ABSOLUTE_TIMESTAMP_RE = re.compile(
|
|||
+ '(?P<year>[0-9][0-9]+)?'
|
||||
+ '(?:[-:\\/\\s]*(?P<month>[0-9]{1,2}))?'
|
||||
+ '(?:[-:\\/\\s]*(?P<day>[0-9]{1,2}))?'
|
||||
+ f' ?(?P<time_group>{TIME_RE})?'
|
||||
+ f'(?P<time_group> {TIME_RE})?'
|
||||
+ '$'
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue