[CGTN] Add extractor (#981)

Authored by: chao813
This commit is contained in:
Yuan Chao
2021-09-19 08:18:22 -04:00
committed by GitHub
parent f137e4c27c
commit a63d9bd0b0
3 changed files with 66 additions and 0 deletions

View File

@@ -1762,6 +1762,7 @@ DATE_FORMATS = (
'%b %d %Y at %H:%M:%S',
'%B %d %Y at %H:%M',
'%B %d %Y at %H:%M:%S',
'%H:%M %d-%b-%Y',
)
DATE_FORMATS_DAY_FIRST = list(DATE_FORMATS)