We provide access to a custom TZDB source via (i.e. new
TzdbDateTimeZoneSource([resources])), and we provide the DateTimeZoneCache
source->provider adapter, and a provider based on the default resources
(DateTimeZoneProvider.Tzdb), which uses those two, but we don't provide access
to the default source at all.
Doing so would also make it more reasonable to add zoneinfo-specific
functionality to TzdbDateTimeZoneSource, which might help with e.g. issue 32,
possibly issue 128.