Skip to content

Invalid date format for date_created #11

@NoelAbrahams

Description

@NoelAbrahams

Hi,

the property original_meta.data_created is returning a date string of the form:

"2013:11:03 16:37:36"

This is not a valid date format because the separator for the date components should be either a hyphen or slash and not a colon.

I suggest the date is returned in the ISO 8601 format

"2013-11-03T16:37:36.000Z"

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions