-
Notifications
You must be signed in to change notification settings - Fork 176
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
Add ixdtf convenience functions to icu_timezone
#5201
Comments
I can take a look at this if no one has started it yet. |
I wrote one function in #5202. Unfortunately it can't be infallible because the |
Ok, in #5260 I added ixdtf parsing functions for Date, Time, and DateTime. We should also add them to:
Similar to how the Date and DateTime AnyCalendar impls require |
@nekevss I'm assigning this to you based on #5201 (comment). |
I noticed that we have
Why does one have |
Mainly, I do agree though that the method names being different between If you don't have too much concern about potential confusion between |
Discussion:
|
A convenience function we should definitely support:
impl From<UTCOffsetRecord> for GmtOffset
Probably there are a few more we should also add.
CC @nekevss
The text was updated successfully, but these errors were encountered: