Option to show absolute dates #5972
-
|
When investigating history, sometimes exact dates are more useful than "2 mo ago" -- would it be possible to have a toggle for this? |
Beta Was this translation helpful? Give feedback.
Replies: 28 comments 51 replies
-
|
B being able to tap on the "2mo ago" to see the full date/time stamp displayed would work rather than (or in addition to) a global toggle |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your suggestion! We will track this issue internally :) |
Beta Was this translation helpful? Give feedback.
-
|
+1 for making this an option. "1h ago" is not precise (can be anything from 60 to 119 minutes ago), and I don't like "1 months ago" or older. Workaround: Still the option to show absolute dates should be a GitHub standard feature. |
Beta Was this translation helpful? Give feedback.
-
|
有在 |
Beta Was this translation helpful? Give feedback.
-
|
A keyboard shortcut to toggle absolute time vs relative time would be fantastic |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
If someone is fine with ISO datetime format that will appear after focusing on relative date I made simplest possible user script: https://gist.github.com/matrixik/7bb0d7a290c66e6de29d183c4a38424d |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
That's another kettle of fish, but I'd consider tremendously helpful if browsers could be made to stick with the user's preferred time zone and format reliably, and those choices would include UTC and ISO formats, respectively. It's a shame such a basic concept has gone down the "we know better what you want" chute. That being said, it's neither relevant to this issue nor very likely to make it disappear. |
Beta Was this translation helpful? Give feedback.
-
|
Not only absolute dates for distant timestamps is needed, but it's also essential for near ones too. How do you compare "yesterday" with another event happened at "2024-05-08 10:42:58"? Hovering works for one timestamp at a time. It's laborious to hover on and read a couple of them. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
We are 2.6 years later and there is still no native option to display absolute datetimes. This surprises me, as it must have taken engineering effort to provide relative datetimes; the norm for most of the life of the Internet has been to show absolute datetimes. Why, then, is it so hard to give users the choice? The best solution that I have found so far is "Nudiflorum: display absolute date on GitHub" (repo) for Firefox. This works out of the box. That said, this is a workaround for something that should have been the default all along. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
Beta Was this translation helpful? Give feedback.
-
|
I have a bookmarklet to make the relative datetime to be absolute when I need javascript: (() => {
document.querySelectorAll("relative-time").forEach(function (element) {
if (!element.shadowRoot) {
return;
}
element.format = "datetime";
element.hour = "numeric";
element.minute = "2-digit";
element.second = "2-digit";
});
})(); |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
It's been 3 years, still we need to use plugins.... |
Beta Was this translation helpful? Give feedback.
-
|
If you want a quick one-time check for the absolute time, just right-click the date, then inspect. |
Beta Was this translation helpful? Give feedback.
-
|
This is not social media. Most of us work with exact dates. If in doubt, run a poll. |
Beta Was this translation helpful? Give feedback.
-
|
+1 , I like the exact time |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
+1 from me here. I would love it if this were a personal setting, perhaps under "Settings" => "Appearance", you could add a "Timestamps" setting. Defaulted to the current, relative 'time ago' format, but allowing us to opt-in for an absolute formatting (e.g., YYYY-MM-DD HH:mm:ss). |
Beta Was this translation helpful? Give feedback.
-
|
+1 Agree with @GaryReckard that you could put the setting under "Appearance" IMO default should be absolute timestamp with the option to use "time ago" format. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
+1
Even when viewed in the morning, it's not intuitively clear what time the post was made. |
Beta Was this translation helpful? Give feedback.
-
|
Much like their surveys, it feels like Microsoft doesn't really care all that much. There are so many quality of life posts like this that end up being ignored for years, if not indefinitely. While there are workarounds for browsers (userscripts, bookmarklets, etc.), you're pretty much out of luck using their official app. |
Beta Was this translation helpful? Give feedback.










Thank you for your suggestion! We will track this issue internally :)