icu4x icon indicating copy to clipboard operation
icu4x copied to clipboard

Create TimeZoneInput from TZID

Open nordzilla opened this issue 3 years ago • 0 comments

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

nordzilla avatar Aug 25 '21 22:08 nordzilla