moment / luxon

⏱ A library for working with dates and times in JS
https://moment.github.io/luxon
MIT License
15.23k stars 730 forks source link

fix: Info.months for Islamic calendar #1464

Closed adotnusiyan closed 1 year ago

adotnusiyan commented 1 year ago

Info.months() for Islamic has duplicate month "Rabiʻ I" and also Islamic months' order is incorrect.

Fixed by changing the year from 2016 to 2009 which is the most recent year that Islamic and Gregorian months are sync.

Islamic months and their order

linux-foundation-easycla[bot] commented 1 year ago

CLA Signed

The committers listed above are authorized under a signed CLA.

icambron commented 1 year ago

@adotnusiyan thanks