Skip to content

Commit 69df93a

Browse files
committed
wip
1 parent 2081e89 commit 69df93a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/workers/base/src/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def sanitize_authors(authors, n=15):
378378
def sanitize_year(year_str):
379379

380380
sanitized_year = ''
381-
date_formats = ["%Y-%m-%d", "%Y-%m", "%Y-%m-%dT%H:%M:%SZ"]
381+
date_formats = ["%Y-%m-%d", "%Y-%m", "%Y-%m-%dT%H:%M:%SZ", "%Y %b %d"]
382382

383383
for fmt in date_formats:
384384
try:

0 commit comments

Comments
 (0)