Kolibri: Mismatch between Learner's last_active and item's last_active

Created on 26 Apr 2017  路  8Comments  路  Source: learningequality/kolibri

datemismatch

bug

All 8 comments

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:
on_detail_page

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

On Learner List:
on_user_list

Learner List after Refresh:
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?

Was this page helpful?
0 / 5 - 0 ratings