Wrong relative date shown for commit #146281
-
Select Topic AreaBug BodyI encountered some commits that show a relative date of "7 days ago", however when you hover over the date it the popup indicates the date was "jan 31, 2024" (today is Dec 4 2024), so the relative date is entirely wrong. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Hi, I was able to identify the issue, which was caused by a bug in the Before: After: You can find the latest release here: v4.4.4 - GitHub relative-time-element |
Beta Was this translation helpful? Give feedback.
Hi, I was able to identify the issue, which was caused by a bug in the
relative-time-element
package. This bug has been fixed in its latest release.Before:
Attached is a picture illustrating the issue with version
4.4.3
.After:
The issue seems to be resolved in version
4.4.4
. I tested it with the latest release, and it now works as expected.You can find the latest release here: v4.4.4 - GitHub relative-time-element