feat: add support for DD-MMM-YYYY in data import (#37853)
This commit is contained in:
parent
921e474867
commit
733e62ba2c
1 changed files with 1 additions and 0 deletions
|
|
@ -2489,6 +2489,7 @@ def guess_date_format(date_string: str) -> str:
|
|||
r"%y.%m.%d",
|
||||
r"%d %b %Y",
|
||||
r"%d %B %Y",
|
||||
r"%d-%b-%Y",
|
||||
]
|
||||
|
||||
TIME_FORMATS = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue