Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Dates are not serializing correctly. #137

Open
enocom opened this issue Oct 20, 2020 · 0 comments
Open

Dates are not serializing correctly. #137

enocom opened this issue Oct 20, 2020 · 0 comments

Comments

@enocom
Copy link
Contributor

enocom commented Oct 20, 2020

This is likely the same as #7.

Dates come out looking like this:

{
  "year": 2020,
  "month": 10,
  "day": 14,
  "hour": 9,
  "minute": 27,
  "second": 41,
  "fractionalSecond": 0,
  "timezone": -420,
  "date": "2020-10-14T16:27:41.000Z"
}

Instead they should just be the ISO string: "2020-10-14T16:27:41.000Z".

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant