Prevent the search result timestamps from jumping after load.
Review Request #7069 — Created March 16, 2015 and submitted
The search results template was setting absolute dates/times for the review request results, which were then converted into "<minutes|hours|days|months> ago". This caused an annoying jump in the text. We now just use the timesince filter to get that correct starting value.
Did a search and saw the time-since values. Didn't see any jumps in text.