We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use icu::calendar::Calendar; use icu::calendar::islamic::IslamicUmmAlQura; use icu::calendar::types::{Era, MonthCode}; use std::str::FromStr; fn main() { let cal = IslamicUmmAlQura::new_always_calculating(); let era = Era::from_str("ah").unwrap(); let year = -6823; let month_code = MonthCode::from_str("M01").unwrap(); let dt = cal.date_from_codes(era, year, month_code, 1); }
panics with
umm-al-qura months must not be more than 30 days
The text was updated successfully, but these errors were encountered:
This is fixed by #4904
Sorry, something went wrong.
Add test for unicode-org#4914
0de1f6e
1fe494e
fa0d7c2
d938156
sffc
Successfully merging a pull request may close this issue.
panics with
The text was updated successfully, but these errors were encountered: