Title: Intl.DateTimeFormat('de-CH', {year, month}) outputs different separators between Node 24.13.0 and 24.13.1 · Issue #61861 · nodejs/node · GitHub
Open Graph Title: Intl.DateTimeFormat('de-CH', {year, month}) outputs different separators between Node 24.13.0 and 24.13.1 · Issue #61861 · nodejs/node
X Title: Intl.DateTimeFormat('de-CH', {year, month}) outputs different separators between Node 24.13.0 and 24.13.1 · Issue #61861 · nodejs/node
Description: Version 24.13.1 Platform Darwin N22134 25.3.0 Darwin Kernel Version 25.3.0: Wed Jan 28 20:48:41 PST 2026; root:xnu-12377.81.4~5/RELEASE_ARM64_T6041 arm64 Subsystem No response What steps will reproduce the bug? Intl.DateTimeFormat produc...
Open Graph Description: Version 24.13.1 Platform Darwin N22134 25.3.0 Darwin Kernel Version 25.3.0: Wed Jan 28 20:48:41 PST 2026; root:xnu-12377.81.4~5/RELEASE_ARM64_T6041 arm64 Subsystem No response What steps will repro...
X Description: Version 24.13.1 Platform Darwin N22134 25.3.0 Darwin Kernel Version 25.3.0: Wed Jan 28 20:48:41 PST 2026; root:xnu-12377.81.4~5/RELEASE_ARM64_T6041 arm64 Subsystem No response What steps will repro...
Opengraph URL: https://github.com/nodejs/node/issues/61861
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Intl.DateTimeFormat('de-CH', {year, month}) outputs different separators between Node 24.13.0 and 24.13.1","articleBody":"### Version\n\n24.13.1\n\n### Platform\n\n```text\nDarwin N22134 25.3.0 Darwin Kernel Version 25.3.0: Wed Jan 28 20:48:41 PST 2026; root:xnu-12377.81.4~5/RELEASE_ARM64_T6041 arm64\n```\n\n### Subsystem\n\n_No response_\n\n### What steps will reproduce the bug?\n\nIntl.DateTimeFormat produces inconsistent formatting for partial date options (year + month) between Node 24.13.0 and 24.13.1.\n\t•\tNode 24.13.0 outputs '12.2021' (dot separator) as expected for de-CH.\n\t•\tNode 24.13.1 outputs '12/2021' (slash separator) for the same code.\n\t•\tAdding day: '2-digit' produces consistent '07.12.2021' in both versions.\n\nThis behavior change breaks SSR/client hydration in frameworks like Next.js when formatting dates for de-CH locale.\n\nReproduction:\n\n```js\n// Test partial month/year formatting\nconsole.log(\n new Intl.DateTimeFormat('de-CH', { year: 'numeric', month: '2-digit' }).format(new Date(\"2021-12-07\"))\n);\n\n// Test full date formatting\nconsole.log(\n new Intl.DateTimeFormat('de-CH', { year: 'numeric', month: '2-digit', day: '2-digit' }).format(new Date(\"2021-12-07\"))\n);\n```\n\n### How often does it reproduce? Is there a required condition?\n\nAlways\n\n### What is the expected behavior? Why is that the expected behavior?\n\nBoth Node versions should produce '12.2021' for { year, month } in de-CH locale.\nSeparator should follow locale conventions consistently, even for partial formats.\n\n### What do you see instead?\n\nNode 24.13.1 outputs '12/2021'\n\n### Additional information\n\n_No response_","author":{"url":"https://github.com/talamcol","@type":"Person","name":"talamcol"},"datePublished":"2026-02-17T08:54:10.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/61861/node/issues/61861"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:78ab95ab-d2dd-673f-590c-daec332c590d |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 9494:39C8F0:135E408:1AC4049:6A4CAD37 |
| html-safe-nonce | 453f75a97dacfff11e1b1388097e6b92d132f5bde3df46007165a73b9c430747 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NDk0OjM5QzhGMDoxMzVFNDA4OjFBQzQwNDk6NkE0Q0FEMzciLCJ2aXNpdG9yX2lkIjoiMTM2NjA5NjkyOTYxMjQxMDE2NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 7fe17f8092bb81b5065c663913c5f3b4a33718915829f7c56de594eedaceb6db |
| hovercard-subject-tag | issue:3951591791 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/nodejs/node/61861/issue_layout |
| twitter:image | https://opengraph.githubassets.com/fcd6ef14e4f9377a107cf791a118534d345327a711b570272566f4d477cb5936/nodejs/node/issues/61861 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/fcd6ef14e4f9377a107cf791a118534d345327a711b570272566f4d477cb5936/nodejs/node/issues/61861 |
| og:image:alt | Version 24.13.1 Platform Darwin N22134 25.3.0 Darwin Kernel Version 25.3.0: Wed Jan 28 20:48:41 PST 2026; root:xnu-12377.81.4~5/RELEASE_ARM64_T6041 arm64 Subsystem No response What steps will repro... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | talamcol |
| hostname | github.com |
| expected-hostname | github.com |
| None | 3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c |
| turbo-cache-control | no-preview |
| go-import | github.com/nodejs/node git https://github.com/nodejs/node.git |
| octolytics-dimension-user_id | 9950313 |
| octolytics-dimension-user_login | nodejs |
| octolytics-dimension-repository_id | 27193779 |
| octolytics-dimension-repository_nwo | nodejs/node |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 27193779 |
| octolytics-dimension-repository_network_root_nwo | nodejs/node |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | ae90d426644ca15e89bacceb72e51f4e9dbf85f7 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width