Uh oh!
There was an error while loading. Please reload this page.
fix(library): show full unambiguous dates on featured and related cards - #5783
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview All landing content date displays in Reviewed by Cursor Bugbot for commit 84c41a0. Configure here. |
Greptile SummaryThis PR makes publication dates consistent and unambiguous across the Library and Blog pages. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (2): Last reviewed commit: "fix(library): format content dates in UT..." | Re-trigger Greptile |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
waleedlatif1
commented
Jul 20, 2026
waleedlatif1
commented
Jul 20, 2026
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 84c41a0. Configure here.
Summary
month + 2-digit year— e.g. July 2026 showed as "JUL 26", which reads like a day (July 26th) rather than a year.month / day / yearformat used by the list rows, post header, and author page (e.g. "Jul 13, 2026"), so dates are consistent and unambiguous everywhere.Type of Change
Testing
Tested manually
Checklist