Hi, do you plan to support passing ISO serialized date as well? This means this test will be successful.
Reason: I'm using REST API which serves me dates serialized as string. I wish to pass result as is to express-graphql endpoint and don't care of format.
It can be also useful to pass Numbers as UNIX timestamps, but this is problematic because of much API varies between milliseconds and seconds.
Hi, do you plan to support passing ISO serialized date as well? This means this test will be successful.
Reason: I'm using REST API which serves me dates serialized as string. I wish to pass result as is to express-graphql endpoint and don't care of format.
It can be also useful to pass Numbers as UNIX timestamps, but this is problematic because of much API varies between milliseconds and seconds.