Skip to content

List displays Invalid DateTime for Deploy time column #69

Closed
@ddoria921

Description

@ddoria921

I'm running into an issue where the table displays Invalid DateTime for Deploy time column. I traced the issue down to this line. It seems like ember-cli-deploy-revision-data is storing the the timestamp as an ISO date string.

I followed along in this PR and noticed the prior implementation worked with ISO strings but was later changed to deal with Date objects after someone else reported a similar "Invalid DateTime" issue. In their case they were running on the 1.x.x line of ember-cli-deploy-revision-data (the 2.x line wasn't out yet) which might be why it worked then and is now breaking on the latest version.

I was able to fix the issue by downgrading to from 2.1.2 -> 2.1.1

Steps to Reproduce

  1. Install ember-cli-deploy-revision-data@2.0.0
  2. Install ember-cli-deploy-display-revisions@2.1.2
  3. Use the default config for both plugins
  4. Run a deploy and display revisions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions