CLDR-17282 Add currency attributes tz, to-tz and docs; use for currency changes from 2022-01-01 #3452
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CLDR-17282
For the
currency
element, add attributestz
andto-tz
. Document these in the spec, along with note that implementations may want to convert the combination of date time and timezone to a UTC timestamp or equivalent for use as runtime data.@VALUE
since they are not distinguishing attributes (but rather annotations for theto
andfrom
attributes); however they are not really like element values either. I also updated PathHeader accordingly.Update the supplemental currency data to use these new attributes for all currency transitions from 2022-01-01 onward. There were only two, for Croatia using tz Europe/Zagreb, and for Sierra Leone, using tz Africa/Freetown. Both of those zones are currently aliases in the backward file, but are still valid in CLDR I believe.
I have filed ICU-22631 for the associated work in the cldr-icu converter.
ALLOW_MANY_COMMITS=true