Closed cliffckerr closed 7 years ago
At some point the timezone information for projects was changed from e.g.
2017-04-28 22:21
to e.g.
Fri, 28 Apr 2017 22:21:12 GMT
It should be in the shorter format and display the user's local time, not GMT.
UPDATE: seems to be an issue with project.creationTime = Date.parse(project.creationTime); in project-service.js.
project.creationTime = Date.parse(project.creationTime);
At some point the timezone information for projects was changed from e.g.
2017-04-28 22:21
to e.g.
Fri, 28 Apr 2017 22:21:12 GMT
It should be in the shorter format and display the user's local time, not GMT.
UPDATE: seems to be an issue with
project.creationTime = Date.parse(project.creationTime);
in project-service.js.