Skip to content

MongoDB BSON Dates #3

@hut8

Description

@hut8

Right now the dates exported by the archive processor are stored as strings in ISO8601. They should use this syntax:

{ "created_at": {"$date": "2012-01-01T15:00:00.000Z"} }

instead of:

{ "created_at": "2012-01-01T15:00:00.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