excitement-engineer / graphql-iso-date

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

Improvement: Allow Posix timestamp as input (DateTime) #125

Open Nik-Novak opened 4 years ago

Nik-Novak commented 4 years ago

I think it would be very useful to allow posix timestamps (kind== int or string) to be parsed into DateTime format. Any reason you can think of not to include this?