
Should this be part of the milestone? @indirectlylit
@DXCanas which one is correct?
the one in the exercise detail page
@rtibbles
Times are diverging a significant amount on my setup.
On detail page:

Also note: end_timestamp is set to a day later than today.
On Learner List:

Learner List after Refresh:

@DXCanas when I was updating this time rendering on exercise detail reports, I noticed that the way you were parsing the string was causing a 20 hour time differential also - passing in the date in the same way that I did may fix this.
just a heads-up that all inputs to the elapsed-time component are passed through date-fns/parse
In theory at least, no pre-processing is necessary. In practice, maybe this is causing issues?
I think it may be this preprocessing on the date object that is causing the issue: https://github.com/learningequality/kolibri/blob/develop/kolibri/plugins/coach/assets/src/views/reports/learner-exercise-detail-page/attempt-summary.vue#L92