Closed wlach closed 7 years ago
Currently "last updated" is presented in terms of the users local time:
It would probably make more sense to use relative time (e.g. "5 minutes ago"). We should be able to use momentjs's relative time for this:
http://momentjs.com/
Should just be a simple change in this file: https://github.com/mozilla/missioncontrol/blob/4b00e594211cdef0d3f0637386331bd49a1a57ed/frontend/ui/subview.jsx#L98
Currently "last updated" is presented in terms of the users local time:
It would probably make more sense to use relative time (e.g. "5 minutes ago"). We should be able to use momentjs's relative time for this:
http://momentjs.com/
Should just be a simple change in this file: https://github.com/mozilla/missioncontrol/blob/4b00e594211cdef0d3f0637386331bd49a1a57ed/frontend/ui/subview.jsx#L98