diegocasmo/workouter-web

Timestamps should be saved as the number of milliseconds since unix epoch

Closed this issue · 0 comments

Timestamps are currently saved as new Date(), but these should instead be saved as new Date().getTime(), which is the number of milliseconds since 1970/01/01 (the unix epoch).