icu4x
icu4x copied to clipboard
Create TimeZoneInput from TZID
We need to provide a constructor to create a TimeZoneInput
implementor from a TZID.
Something like
impl MockTimeZone {
fn try_new(tzid, provider)
}
This will require access to the TzdbDataProvider
For more context, see
- #992