

At work I had a page with 50 “friendly” dates and I had to figure out with ones were wrong. They all said like “yesterday”. Hell. Could have hovered over each one and taken notes, I guess, but that would suck. Had to use the dev tools and do a lot more thinking than just looking at them.
Maybe, but the bug report was it was showing them in the “wrong order” in the UI. I could look at the API response but then I need to map that to what’s displayed somehow. I think I used the dev tools to run js on the page to get the actual dates in one go (since that was in the dom), but that kind of sucks. A customer certainly isn’t going to do that. They see a bunch of stuff that all says “yesterday” or “two weeks ago” and they need to do extra work to get information that we went out of our way to hide.