fix: improve blog date formatting#630
Merged
Merged
Conversation
- Blog post: use full month name format (January 2, 2026) - Posts list: use short month format without leading zero (Jan 2, 2026) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
👷 Deploy request for tanstack pending review.Visit the deploys page to approve it
|
LadyBluenotes
approved these changes
Jan 7, 2026
Member
|
Thank you! |
LadyBluenotes
pushed a commit
to LadyBluenotes/tanstack.com
that referenced
this pull request
Jan 7, 2026
- Blog post: use full month name format (January 2, 2026) - Posts list: use short month format without leading zero (Jan 2, 2026) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
tannerlinsley
pushed a commit
that referenced
this pull request
Jan 7, 2026
* wip * wip * feat: add RSS feed link to blog header and improve RSS feed generation * fix: improve blog date formatting (#630) - Blog post: use full month name format (January 2, 2026) - Posts list: use short month format without leading zero (Jan 2, 2026) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> * wip * feat: add RSS feed link to blog header and improve RSS feed generation --------- Co-authored-by: Vlad Rafeev <vlad19@gmail.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
LeCarbonator
pushed a commit
to LeCarbonator/tanstack.com
that referenced
this pull request
Jan 11, 2026
- Blog post: use full month name format (January 2, 2026) - Posts list: use short month format without leading zero (Jan 2, 2026) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
LeCarbonator
pushed a commit
to LeCarbonator/tanstack.com
that referenced
this pull request
Jan 11, 2026
* wip * wip * feat: add RSS feed link to blog header and improve RSS feed generation * fix: improve blog date formatting (TanStack#630) - Blog post: use full month name format (January 2, 2026) - Posts list: use short month format without leading zero (Jan 2, 2026) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> * wip * feat: add RSS feed link to blog header and improve RSS feed generation --------- Co-authored-by: Vlad Rafeev <vlad19@gmail.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
blog.$.tsxto useMMMM d, yyyyformatblog.index.tsxto useMMM d, yyyyformatMMMM d, yyyyformat support todates.ts