Closed ghost closed 10 years ago
Upload date is in format 1968-12-10, but in unified_strdate in utils.py re.sub don't work.
1968-12-10
unified_strdate
re.sub(r' ?(\+|-)[0-9:]*$', '', date_str)
It cuts down day like this 1968-12. Unfortunatelly i'm not good with regex to fix this :(
1968-12
Thanks, fixed.
Upload date is in format
1968-12-10
, but inunified_strdate
in utils.py re.sub don't work.It cuts down day like this
1968-12
. Unfortunatelly i'm not good with regex to fix this :(