Implement type fallback for TimeZoneFormat #983
Labels
blocked
A dependency must be resolved before this is actionable
C-time-zone
Component: Time Zones
help wanted
Issue needs an assignee
S-medium
Size: Less than a week (larger bug fix or enhancement)
T-core
Type: Required functionality
Milestone
The UTS-35 Spec defines type fallback for when certain time variants are requested, but not available.
We are able to perform the first step of type fallback in the data provider itself, however part 2 of type fallback requires context to the exact datetime being formatted.
We should support the full type-fallback algorithm in our runtime formatting, independent of the optimizations we do in data provider. In other words, data provider can help reduce the number of fallbacking steps by smartly pre-packaging the data, but we still need to support the full algorithm.
Part 2 of type fallback requires being able to tell when the next and previous daylight offset changes are, which depends on
The text was updated successfully, but these errors were encountered: