Skip to content

Conversation

@hsivonen
Copy link
Contributor

@hsivonen hsivonen commented Oct 7, 2025

Description

Mentions what the range of KACST-provided Umm al-Qura month length data in browser (as of October 2025) is in terms of the ISO / Gregorian calendar.

Motivation

This helps readers who aren't used to working with Hijri calendars but are familiar with the Gregorian calendar get an idea of the covered time span.

Additional details

For verifying:

var fmt = new Intl.DateTimeFormat("en-US-u-ca-islamic-umalqura");
console.log(fmt.format(new Date(Date.UTC(1882, 10, 11))));
console.log(fmt.format(new Date(Date.UTC(1882, 10, 12))));
console.log(fmt.format(new Date(Date.UTC(2174, 10, 25))));
console.log(fmt.format(new Date(Date.UTC(2174, 10, 26))));

@hsivonen hsivonen requested a review from a team as a code owner October 7, 2025 08:50
@hsivonen hsivonen requested review from Josh-Cena and removed request for a team October 7, 2025 08:50
@github-actions github-actions bot added Content:JS JavaScript docs size/xs [PR only] 0-5 LoC changed labels Oct 7, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2025

Preview URLs

(comment last updated: 2025-10-07 08:54:50)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy link
Member

@Josh-Cena Josh-Cena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thank you!

@Josh-Cena Josh-Cena merged commit e36af72 into mdn:main Oct 7, 2025
8 checks passed
@hsivonen hsivonen deleted the uaqrange branch October 8, 2025 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:JS JavaScript docs size/xs [PR only] 0-5 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants