andapony
andapony
I think it would be better if `ts-parse` can handle ISO 8601 dates by itself, rather than having a separate API entry point. Is there an advantage in requiring the...
> It's generally hard to detect the time format for parsing, so I think it's better to be specify an explicit format. That's sort of my point :-) It's hard,...
> Otherwise, the smart parsing function should be named like `ts-parse-smart`. OK, I can see there's some value in that. It would then come down to deciding which case gets...
> Please see #15 Thanks, I've added some discussion on that pull request. Perhaps `ts-parse` should return some kind of error indication for the formats that it's unable to handle...