-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
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
Thin DateTime type in icu_timezone #5859
Comments
@robertbastian pointed out that in FFI we need to do this .format_any_calendar(&icu_timezone::DateTime {
// Arc clone
date: date.0.clone(),
time: time.0,
}) Possible solutions:
|
@sffc I think we have another option: adding |
Yes that is the correct solution. We solved the ownership problem in the Date type via AsCalendar. |
#5533 (comment)
The text was updated successfully, but these errors were encountered: