mirror of
https://gitea.eponym.info/Mirrors/youtube-dl
synced 2025-08-31 10:15:13 +00:00
[utils] Remove AM/PM from unified_strdate patterns
This commit is contained in:
@@ -905,9 +905,9 @@ def unified_strdate(date_str, day_first=True):
|
||||
'%d %b %Y',
|
||||
'%B %d %Y',
|
||||
'%b %d %Y',
|
||||
'%b %dst %Y %I:%M%p',
|
||||
'%b %dnd %Y %I:%M%p',
|
||||
'%b %dth %Y %I:%M%p',
|
||||
'%b %dst %Y %I:%M',
|
||||
'%b %dnd %Y %I:%M',
|
||||
'%b %dth %Y %I:%M',
|
||||
'%Y %m %d',
|
||||
'%Y-%m-%d',
|
||||
'%Y/%m/%d',
|
||||
|
Reference in New Issue
Block a user