This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author haneef95
Recipients haneef95
Date 2017-10-30.00:57:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509325061.68.0.213398074469.issue31895@psf.upfronthosting.co.za>
In-reply-to
Content
There should be native support for converting between Hijri (Umm al-Qura), Gregorian, Julian and UnixTime calendars.

Many big players have included native support for Hijri calendar in their SDKs and software. Below are some:

(Java Hijri calendar support)[https://docs.oracle.com/javase/8/docs/api/java/time/chrono/HijrahChronology.html]
(Apple supports the Hijri calendar in 5 of their SDKs (Software Development Kits))[https://developer.apple.com/documentation/foundation/calendar.identifier]
(Microsoft Windows supports Hijri calendar naively)[https://www.microsoft.com/middleeast/msdn/ArabicCalendar.aspx]
(Microsoft Office has native support)[https://blogs.technet.microsoft.com/office_global_experience/2010/01/13/um-al-qura-calendar-support-in-office-2010/]
(Android Hijri calendar support)[https://developer.android.com/reference/android/icu/util/IslamicCalendar.html]
(Google Calendar allows Hijri calendar as an alternate calendar)[https://www.maketecheasier.com/display-alternate-calendar-google-calendar/]
History
Date User Action Args
2017-10-30 00:57:42haneef95setrecipients: + haneef95
2017-10-30 00:57:41haneef95setmessageid: <1509325061.68.0.213398074469.issue31895@psf.upfronthosting.co.za>
2017-10-30 00:57:41haneef95linkissue31895 messages
2017-10-30 00:57:40haneef95create