optimamodel / optima

Optima HIV software tool
http://optimamodel.com
GNU Lesser General Public License v3.0
7 stars 1 forks source link

Timezone information changed #1597

Closed cliffckerr closed 7 years ago

cliffckerr commented 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.