...
Endpoints dealing with timestamps should send as yyyy-mm-ddThh:mm:ss.sssZ
or similar. Axios and Express do this automatically with JS Date objects.
...
...
Endpoints dealing with timestamps should send as yyyy-mm-ddThh:mm:ss.sssZ
or similar. Axios and Express do this automatically with JS Date objects.
...