80
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 31 Aug 2025
80 points (100.0% liked)
Asklemmy
50243 readers
277 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 6 years ago
MODERATORS
I kind of despise relative time. You see a bunch of stuff that says "yesterday" but can't tell exactly when without taking more actions. Just tell me the date time I'm not a child.
Fuckin seriously. No shit it was yesterday, but WHEN? I got like 200 messages "yesterday", and they didn't all come in at once.
I like it, as long as the absolute date is still visible when you hover over.
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.
Ideally you'd have a better place to work with that data than a UI that is displaying relative dates. Internal reporting data you can query for instance
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.