moleculemaker / chemscraper-frontend

MIT License
1 stars 0 forks source link

fix submission time #103

Closed matthewberry closed 2 months ago

matthewberry commented 2 months ago

The time_created field returned by the backend has units of seconds, but the date pipe assumes units of milliseconds. We'd been seeing the following:

image

This PR corrects the issue.