Error handling for parse errors?
Open
enhancement
question
- Dominant language
- JavaScript
- Stars
- 256
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
I tried to parse the following:
``` javascript
tz('2013-06-13 19:00:00 -0400')
```
Which returned a function:
``` javascript
function () { return request.convert(arguments) }
```
Is that the intended result for unparseable dates?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.