mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) updates from grist-core
This commit is contained in:
@@ -292,7 +292,7 @@ def DATEVALUE(date_string, tz=None):
|
||||
>>> DATEVALUE("asdf")
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
ValueError: Unknown string format
|
||||
dateutil.parser._parser.ParserError: Unknown string format: asdf
|
||||
"""
|
||||
return dateutil.parser.parse(date_string).replace(tzinfo=_get_tzinfo(tz))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user