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

Dates are not serializing correctly. #137

@enocom

Description

@enocom

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".

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions