You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the thoughtful ideas @tanguilp. My current thinking is the prioritise implementing the new Elixir 1.17 Calendar callbacks. This requires more work that it might initially seem given that years may have a variable number of months and months have a variable number of days (you know this already of course).
I aim to have an initial version implemented this weekend for some exposure and testing.
Then I plan to deprecate the Cldr Durations but keep supporting them until Elixir 1.17 is the minimum supported version - that will be quite some time since I’m only now making Elixir 1.12 the minimum version. Perhaps I should be more aggressive in moving up the minimum support line.
ISO8601 defines a duration format. Add
to_iso8601
to convertCldr.Calendar.Duration.t
to this format. Andfrom_iso8601/1
to do the reverse.For now a
Cldr.Calendar.Duration/1
does not support:The text was updated successfully, but these errors were encountered: