excitement-engineer / graphql-iso-date

A set of RFC 3339 compliant date/time GraphQL scalar types.
MIT License
523 stars 50 forks source link

Date format with +0000 isn't accepted #121

Open chrisbrooks opened 4 years ago

chrisbrooks commented 4 years ago

Hi,

I have dates in the format of 2019-12-18T04:41:32.428+0000 and I get the error DateTime cannot represent an invalid date-time-string 2019-12-18T04:41:32.428+0000.. I think this is a valid date however. Any idea why it doesn't like this?

nathanchapman commented 4 years ago

Hey @chrisbrooks, there's a similar issue and response here: https://github.com/excitement-engineer/graphql-iso-date/issues/93#issuecomment-462121367