kensho-technologies/graphql-compiler

The error message for parsing datetime values is hard to understand

Opened this issue · 0 comments

If you use an incorrect datetime string you get:

arrow.parser.ParserMatchError: Failed to match 'YYYY-MM-DDTHH:mm:ssZZ

It is not that easy to figure out what YYYY-MM-DDTHH:mm:ssZZ means so it might be worthwhile to change the error message to be a bit more descriptive.