-
Notifications
You must be signed in to change notification settings - Fork 222
Description
Currently there is an issue with the Umm al-Qura calendar, the pop-up calendar automatically sets the date incorrectly.
- Before 12 PM the calendar is set to the current date correctly and matches with current date in the official Umm al-Qura calendar.
- After 12 PM the calendar current date is set to the next day which is incorrect and not does not match with current date in official Umm Al-Qura calendar.
After further investigate I found the issue to be the re-implementation of the UMM Al-Qura calendar. To further verify that this is the issue I tested with version 1.10 and got the correct date. I tested with 1.12 and it is broken. The main issue is with the Date.js file that was changed.
Reproduction Steps:
Get the Um Al-Qura data before 12PM. Then get it after 12PM. You will see that the date has changed. Here is a URL to check the current date of the Umm Al-Qura. https://webspace.science.uu.nl/~gent0113/islam/ummalqura_converter.htm
Below is the URL for the dojo bug that this was filed for and the Pull Request that was merged which broke the Umm Al-Qura date.
We need support to solve this issue as it is urgent.