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
1 change: 1 addition & 0 deletions metadata_mapper/mappers/date_enrichments.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def parse_date_or_range(date_str):
else:
# ie 1970-9
(y, m) = split_result
m = m.rstrip(",")
# If the second number is a month, format it to two digits
# and use "-" as the delim for consistency in the
# dateparser.to_iso8601 result
Expand Down
Loading