Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions dateparser/timezone_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ def word_is_tz(word):
return bool(_search_regex.match(word))


def convert_to_local_tz(datetime_obj, datetime_tz_offset):
return datetime_obj - datetime_tz_offset + local_tz_offset


def build_tz_offsets(search_regex_parts):

def get_offset(tz_obj, regex, repl='', replw=''):
Expand Down