Skip to content

Commit

Permalink
Merge pull request #1 from DenverCoder1/noon
Browse files Browse the repository at this point in the history
  • Loading branch information
DenverCoder1 authored Nov 18, 2021
2 parents e99cae4 + 3daf6dd commit 5336412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
__py_deps__ = ["dateparser"]

timezone_regex = re.compile(
r"(?P<from_time>.*(?:pm|am|\d:\d|time|now|current).*)\s(?:to|in)\s(?P<to_tz>.*)",
r"(?P<from_time>.*(?:pm|am|\d:\d|time|now|current|noon|midnight).*)\s(?:to|in)\s(?P<to_tz>.*)",
re.I,
)

Expand Down

0 comments on commit 5336412

Please sign in to comment.