-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Time zone database (as files and as a module)
--   
--   The goal of this package is to distribute the standard Time Zone
--   Database in a cabal package, so that it can be used in Haskell
--   programs uniformly on all platforms.
--   
--   This package currently ships the <tt>2018g</tt> version of the time
--   zone database. The version of the time zone database shipped is always
--   reflected in the version of this package: <tt>x.y.YYYYMMDD.z</tt>,
--   then <tt>YYYYMMDD</tt> is the official release date of time zone
--   database.
--   
--   See: <a>http://www.iana.org/time-zones</a> for more info about the
--   time zone database.
--   
--   See also the <tt>tz</tt> package
--   <a>http://hackage.haskell.org/package/tz</a> or the
--   <tt>timezone-olson</tt> and <tt>timezone-series</tt> packages that
--   provide facilities to <i>use</i> the data shipped here. (The
--   <tt>tz</tt> package automatically installs this package.)
@package tzdata
@version 0.1.20181026.0


module Data.Time.Zones.DB

-- | Convert a <a>TZLabel</a> to the usual name of the location.
--   
--   <pre>
--   &gt; toTZName Europe__Paris
--   "Europe/Paris"
--   </pre>
toTZName :: TZLabel -> ByteString

-- | Lookup the <a>TZLabel</a> by the name of the location.
--   
--   Returns <a>Nothing</a> if the location is unknown.
--   
--   <pre>
--   &gt; :set -XOverloadedStrings
--   &gt; fromTZName "Europe/Paris"
--   Just Europe__Paris
--   &gt; fromTZName "Foo/Bar"
--   Nothing
--   </pre>
fromTZName :: ByteString -> Maybe TZLabel

-- | <a>Map</a> mapping know time zone locations to their canonical
--   <a>TZLabel</a>s.
tzNameLabelMap :: Map ByteString TZLabel

-- | Lookup time zone data by its label.
tzDataByLabel :: TZLabel -> ByteString

-- | Lookup time zone data by the name of it's location.
--   
--   Returns <a>Nothing</a> if the location is unknown.
tzDataByName :: ByteString -> Maybe ByteString

-- | Enumeration of time zone locations.
data TZLabel
Africa__Abidjan :: TZLabel
Africa__Accra :: TZLabel
Africa__Algiers :: TZLabel
Africa__Bissau :: TZLabel
Africa__Cairo :: TZLabel
Africa__Casablanca :: TZLabel
Africa__Ceuta :: TZLabel
Africa__El_Aaiun :: TZLabel
Africa__Johannesburg :: TZLabel
Africa__Juba :: TZLabel
Africa__Khartoum :: TZLabel
Africa__Lagos :: TZLabel
Africa__Maputo :: TZLabel
Africa__Monrovia :: TZLabel
Africa__Nairobi :: TZLabel
Africa__Ndjamena :: TZLabel
Africa__Sao_Tome :: TZLabel
Africa__Tripoli :: TZLabel
Africa__Tunis :: TZLabel
Africa__Windhoek :: TZLabel
America__Adak :: TZLabel
America__Anchorage :: TZLabel
America__Araguaina :: TZLabel
America__Argentina__Buenos_Aires :: TZLabel
America__Argentina__Catamarca :: TZLabel
America__Argentina__Cordoba :: TZLabel
America__Argentina__Jujuy :: TZLabel
America__Argentina__La_Rioja :: TZLabel
America__Argentina__Mendoza :: TZLabel
America__Argentina__Rio_Gallegos :: TZLabel
America__Argentina__Salta :: TZLabel
America__Argentina__San_Juan :: TZLabel
America__Argentina__San_Luis :: TZLabel
America__Argentina__Tucuman :: TZLabel
America__Argentina__Ushuaia :: TZLabel
America__Asuncion :: TZLabel
America__Atikokan :: TZLabel
America__Bahia :: TZLabel
America__Bahia_Banderas :: TZLabel
America__Barbados :: TZLabel
America__Belem :: TZLabel
America__Belize :: TZLabel
America__Blanc_Sablon :: TZLabel
America__Boa_Vista :: TZLabel
America__Bogota :: TZLabel
America__Boise :: TZLabel
America__Cambridge_Bay :: TZLabel
America__Campo_Grande :: TZLabel
America__Cancun :: TZLabel
America__Caracas :: TZLabel
America__Cayenne :: TZLabel
America__Chicago :: TZLabel
America__Chihuahua :: TZLabel
America__Costa_Rica :: TZLabel
America__Creston :: TZLabel
America__Cuiaba :: TZLabel
America__Curacao :: TZLabel
America__Danmarkshavn :: TZLabel
America__Dawson :: TZLabel
America__Dawson_Creek :: TZLabel
America__Denver :: TZLabel
America__Detroit :: TZLabel
America__Edmonton :: TZLabel
America__Eirunepe :: TZLabel
America__El_Salvador :: TZLabel
America__Fort_Nelson :: TZLabel
America__Fortaleza :: TZLabel
America__Glace_Bay :: TZLabel
America__Godthab :: TZLabel
America__Goose_Bay :: TZLabel
America__Grand_Turk :: TZLabel
America__Guatemala :: TZLabel
America__Guayaquil :: TZLabel
America__Guyana :: TZLabel
America__Halifax :: TZLabel
America__Havana :: TZLabel
America__Hermosillo :: TZLabel
America__Indiana__Indianapolis :: TZLabel
America__Indiana__Knox :: TZLabel
America__Indiana__Marengo :: TZLabel
America__Indiana__Petersburg :: TZLabel
America__Indiana__Tell_City :: TZLabel
America__Indiana__Vevay :: TZLabel
America__Indiana__Vincennes :: TZLabel
America__Indiana__Winamac :: TZLabel
America__Inuvik :: TZLabel
America__Iqaluit :: TZLabel
America__Jamaica :: TZLabel
America__Juneau :: TZLabel
America__Kentucky__Louisville :: TZLabel
America__Kentucky__Monticello :: TZLabel
America__La_Paz :: TZLabel
America__Lima :: TZLabel
America__Los_Angeles :: TZLabel
America__Maceio :: TZLabel
America__Managua :: TZLabel
America__Manaus :: TZLabel
America__Martinique :: TZLabel
America__Matamoros :: TZLabel
America__Mazatlan :: TZLabel
America__Menominee :: TZLabel
America__Merida :: TZLabel
America__Metlakatla :: TZLabel
America__Mexico_City :: TZLabel
America__Miquelon :: TZLabel
America__Moncton :: TZLabel
America__Monterrey :: TZLabel
America__Montevideo :: TZLabel
America__Nassau :: TZLabel
America__New_York :: TZLabel
America__Nipigon :: TZLabel
America__Nome :: TZLabel
America__Noronha :: TZLabel
America__North_Dakota__Beulah :: TZLabel
America__North_Dakota__Center :: TZLabel
America__North_Dakota__New_Salem :: TZLabel
America__Ojinaga :: TZLabel
America__Panama :: TZLabel
America__Pangnirtung :: TZLabel
America__Paramaribo :: TZLabel
America__Phoenix :: TZLabel
America__Port_au_Prince :: TZLabel
America__Port_of_Spain :: TZLabel
America__Porto_Velho :: TZLabel
America__Puerto_Rico :: TZLabel
America__Punta_Arenas :: TZLabel
America__Rainy_River :: TZLabel
America__Rankin_Inlet :: TZLabel
America__Recife :: TZLabel
America__Regina :: TZLabel
America__Resolute :: TZLabel
America__Rio_Branco :: TZLabel
America__Santarem :: TZLabel
America__Santiago :: TZLabel
America__Santo_Domingo :: TZLabel
America__Sao_Paulo :: TZLabel
America__Scoresbysund :: TZLabel
America__Sitka :: TZLabel
America__St_Johns :: TZLabel
America__Swift_Current :: TZLabel
America__Tegucigalpa :: TZLabel
America__Thule :: TZLabel
America__Thunder_Bay :: TZLabel
America__Tijuana :: TZLabel
America__Toronto :: TZLabel
America__Vancouver :: TZLabel
America__Whitehorse :: TZLabel
America__Winnipeg :: TZLabel
America__Yakutat :: TZLabel
America__Yellowknife :: TZLabel
Antarctica__Casey :: TZLabel
Antarctica__Davis :: TZLabel
Antarctica__DumontDUrville :: TZLabel
Antarctica__Macquarie :: TZLabel
Antarctica__Mawson :: TZLabel
Antarctica__Palmer :: TZLabel
Antarctica__Rothera :: TZLabel
Antarctica__Syowa :: TZLabel
Antarctica__Troll :: TZLabel
Antarctica__Vostok :: TZLabel
Asia__Almaty :: TZLabel
Asia__Amman :: TZLabel
Asia__Anadyr :: TZLabel
Asia__Aqtau :: TZLabel
Asia__Aqtobe :: TZLabel
Asia__Ashgabat :: TZLabel
Asia__Atyrau :: TZLabel
Asia__Baghdad :: TZLabel
Asia__Baku :: TZLabel
Asia__Bangkok :: TZLabel
Asia__Barnaul :: TZLabel
Asia__Beirut :: TZLabel
Asia__Bishkek :: TZLabel
Asia__Brunei :: TZLabel
Asia__Chita :: TZLabel
Asia__Choibalsan :: TZLabel
Asia__Colombo :: TZLabel
Asia__Damascus :: TZLabel
Asia__Dhaka :: TZLabel
Asia__Dili :: TZLabel
Asia__Dubai :: TZLabel
Asia__Dushanbe :: TZLabel
Asia__Famagusta :: TZLabel
Asia__Gaza :: TZLabel
Asia__Hebron :: TZLabel
Asia__Ho_Chi_Minh :: TZLabel
Asia__Hong_Kong :: TZLabel
Asia__Hovd :: TZLabel
Asia__Irkutsk :: TZLabel
Asia__Jakarta :: TZLabel
Asia__Jayapura :: TZLabel
Asia__Jerusalem :: TZLabel
Asia__Kabul :: TZLabel
Asia__Kamchatka :: TZLabel
Asia__Karachi :: TZLabel
Asia__Kathmandu :: TZLabel
Asia__Khandyga :: TZLabel
Asia__Kolkata :: TZLabel
Asia__Krasnoyarsk :: TZLabel
Asia__Kuala_Lumpur :: TZLabel
Asia__Kuching :: TZLabel
Asia__Macau :: TZLabel
Asia__Magadan :: TZLabel
Asia__Makassar :: TZLabel
Asia__Manila :: TZLabel
Asia__Nicosia :: TZLabel
Asia__Novokuznetsk :: TZLabel
Asia__Novosibirsk :: TZLabel
Asia__Omsk :: TZLabel
Asia__Oral :: TZLabel
Asia__Pontianak :: TZLabel
Asia__Pyongyang :: TZLabel
Asia__Qatar :: TZLabel
Asia__Qyzylorda :: TZLabel
Asia__Riyadh :: TZLabel
Asia__Sakhalin :: TZLabel
Asia__Samarkand :: TZLabel
Asia__Seoul :: TZLabel
Asia__Shanghai :: TZLabel
Asia__Singapore :: TZLabel
Asia__Srednekolymsk :: TZLabel
Asia__Taipei :: TZLabel
Asia__Tashkent :: TZLabel
Asia__Tbilisi :: TZLabel
Asia__Tehran :: TZLabel
Asia__Thimphu :: TZLabel
Asia__Tokyo :: TZLabel
Asia__Tomsk :: TZLabel
Asia__Ulaanbaatar :: TZLabel
Asia__Urumqi :: TZLabel
Asia__Ust_Nera :: TZLabel
Asia__Vladivostok :: TZLabel
Asia__Yakutsk :: TZLabel
Asia__Yangon :: TZLabel
Asia__Yekaterinburg :: TZLabel
Asia__Yerevan :: TZLabel
Atlantic__Azores :: TZLabel
Atlantic__Bermuda :: TZLabel
Atlantic__Canary :: TZLabel
Atlantic__Cape_Verde :: TZLabel
Atlantic__Faroe :: TZLabel
Atlantic__Madeira :: TZLabel
Atlantic__Reykjavik :: TZLabel
Atlantic__South_Georgia :: TZLabel
Atlantic__Stanley :: TZLabel
Australia__Adelaide :: TZLabel
Australia__Brisbane :: TZLabel
Australia__Broken_Hill :: TZLabel
Australia__Currie :: TZLabel
Australia__Darwin :: TZLabel
Australia__Eucla :: TZLabel
Australia__Hobart :: TZLabel
Australia__Lindeman :: TZLabel
Australia__Lord_Howe :: TZLabel
Australia__Melbourne :: TZLabel
Australia__Perth :: TZLabel
Australia__Sydney :: TZLabel
Etc__GMT :: TZLabel
Etc__GMT1 :: TZLabel
Etc__GMT10 :: TZLabel
Etc__GMT11 :: TZLabel
Etc__GMT12 :: TZLabel
Etc__GMT2 :: TZLabel
Etc__GMT3 :: TZLabel
Etc__GMT4 :: TZLabel
Etc__GMT5 :: TZLabel
Etc__GMT6 :: TZLabel
Etc__GMT7 :: TZLabel
Etc__GMT8 :: TZLabel
Etc__GMT9 :: TZLabel
Etc__GMT_1 :: TZLabel
Etc__GMT_10 :: TZLabel
Etc__GMT_11 :: TZLabel
Etc__GMT_12 :: TZLabel
Etc__GMT_13 :: TZLabel
Etc__GMT_14 :: TZLabel
Etc__GMT_2 :: TZLabel
Etc__GMT_3 :: TZLabel
Etc__GMT_4 :: TZLabel
Etc__GMT_5 :: TZLabel
Etc__GMT_6 :: TZLabel
Etc__GMT_7 :: TZLabel
Etc__GMT_8 :: TZLabel
Etc__GMT_9 :: TZLabel
Etc__UCT :: TZLabel
Etc__UTC :: TZLabel
Europe__Amsterdam :: TZLabel
Europe__Andorra :: TZLabel
Europe__Astrakhan :: TZLabel
Europe__Athens :: TZLabel
Europe__Belgrade :: TZLabel
Europe__Berlin :: TZLabel
Europe__Brussels :: TZLabel
Europe__Bucharest :: TZLabel
Europe__Budapest :: TZLabel
Europe__Chisinau :: TZLabel
Europe__Copenhagen :: TZLabel
Europe__Dublin :: TZLabel
Europe__Gibraltar :: TZLabel
Europe__Helsinki :: TZLabel
Europe__Istanbul :: TZLabel
Europe__Kaliningrad :: TZLabel
Europe__Kiev :: TZLabel
Europe__Kirov :: TZLabel
Europe__Lisbon :: TZLabel
Europe__London :: TZLabel
Europe__Luxembourg :: TZLabel
Europe__Madrid :: TZLabel
Europe__Malta :: TZLabel
Europe__Minsk :: TZLabel
Europe__Monaco :: TZLabel
Europe__Moscow :: TZLabel
Europe__Oslo :: TZLabel
Europe__Paris :: TZLabel
Europe__Prague :: TZLabel
Europe__Riga :: TZLabel
Europe__Rome :: TZLabel
Europe__Samara :: TZLabel
Europe__Saratov :: TZLabel
Europe__Simferopol :: TZLabel
Europe__Sofia :: TZLabel
Europe__Stockholm :: TZLabel
Europe__Tallinn :: TZLabel
Europe__Tirane :: TZLabel
Europe__Ulyanovsk :: TZLabel
Europe__Uzhgorod :: TZLabel
Europe__Vienna :: TZLabel
Europe__Vilnius :: TZLabel
Europe__Volgograd :: TZLabel
Europe__Warsaw :: TZLabel
Europe__Zaporozhye :: TZLabel
Europe__Zurich :: TZLabel
Indian__Chagos :: TZLabel
Indian__Christmas :: TZLabel
Indian__Cocos :: TZLabel
Indian__Kerguelen :: TZLabel
Indian__Mahe :: TZLabel
Indian__Maldives :: TZLabel
Indian__Mauritius :: TZLabel
Indian__Reunion :: TZLabel
Pacific__Apia :: TZLabel
Pacific__Auckland :: TZLabel
Pacific__Bougainville :: TZLabel
Pacific__Chatham :: TZLabel
Pacific__Chuuk :: TZLabel
Pacific__Easter :: TZLabel
Pacific__Efate :: TZLabel
Pacific__Enderbury :: TZLabel
Pacific__Fakaofo :: TZLabel
Pacific__Fiji :: TZLabel
Pacific__Funafuti :: TZLabel
Pacific__Galapagos :: TZLabel
Pacific__Gambier :: TZLabel
Pacific__Guadalcanal :: TZLabel
Pacific__Guam :: TZLabel
Pacific__Honolulu :: TZLabel
Pacific__Kiritimati :: TZLabel
Pacific__Kosrae :: TZLabel
Pacific__Kwajalein :: TZLabel
Pacific__Majuro :: TZLabel
Pacific__Marquesas :: TZLabel
Pacific__Nauru :: TZLabel
Pacific__Niue :: TZLabel
Pacific__Norfolk :: TZLabel
Pacific__Noumea :: TZLabel
Pacific__Pago_Pago :: TZLabel
Pacific__Palau :: TZLabel
Pacific__Pitcairn :: TZLabel
Pacific__Pohnpei :: TZLabel
Pacific__Port_Moresby :: TZLabel
Pacific__Rarotonga :: TZLabel
Pacific__Tahiti :: TZLabel
Pacific__Tarawa :: TZLabel
Pacific__Tongatapu :: TZLabel
Pacific__Wake :: TZLabel
Pacific__Wallis :: TZLabel
Root__CET :: TZLabel
Root__CST6CDT :: TZLabel
Root__EET :: TZLabel
Root__EST :: TZLabel
Root__EST5EDT :: TZLabel
Root__HST :: TZLabel
Root__MET :: TZLabel
Root__MST :: TZLabel
Root__MST7MDT :: TZLabel
Root__PST8PDT :: TZLabel
Root__WET :: TZLabel

-- | Type of the elements of the compiled-in time zone info database.
--   
--   <tt>Right</tt> is a primary location; fields: name, label, content of
--   the Time Zone info file
--   
--   <tt>Left</tt> is a location which is an alias for a primary location;
--   fields: name, name of the target
type TZDescription = Either (ByteString, ByteString) (ByteString, TZLabel, ByteString)

-- | The list with raw data of the compiled-in time zone info database.
--   
--   The list is sorted by name. (And the <a>Right</a> elements are
--   guaranteed to be in the order of <a>TZLabel</a> constructors.)
tzDescriptions :: [TZDescription]

-- | This class gives the value associated with a type-level time zone
--   label.
--   
--   <pre>
--   &gt; :set -XDataKinds
--   &gt; :module + Data.Proxy
--   &gt; tzLabelVal (Proxy :: Proxy 'America__New_York)
--   America__New_York
--   </pre>
class KnownTZLabel (label :: TZLabel)
tzLabelVal :: KnownTZLabel label => Proxy label -> TZLabel

-- | This type represents an unknown type-level time zone label.
data SomeTZLabel
[SomeTZLabel] :: KnownTZLabel label => Proxy label -> SomeTZLabel

-- | Convert a value into an unknown type-level time zone label.
--   
--   <pre>
--   &gt; someTZLabelVal America__New_York
--   SomeTZLabel Proxy
--   </pre>
someTZLabelVal :: TZLabel -> SomeTZLabel

-- | Promote a time zone label value to the type-level.
--   
--   <pre>
--   &gt; case someTZLabelVal America__New_York of SomeTZLabel proxy -&gt; promoteTZLabel proxy SomeTZLabel
--   SomeTZLabel Proxy
--   </pre>
promoteTZLabel :: forall proxy label a. KnownTZLabel label => proxy label -> (Proxy label -> a) -> a
instance GHC.Generics.Generic Data.Time.Zones.DB.TZLabel
instance Data.Data.Data Data.Time.Zones.DB.TZLabel
instance GHC.Read.Read Data.Time.Zones.DB.TZLabel
instance GHC.Show.Show Data.Time.Zones.DB.TZLabel
instance GHC.Enum.Bounded Data.Time.Zones.DB.TZLabel
instance GHC.Enum.Enum Data.Time.Zones.DB.TZLabel
instance GHC.Classes.Ord Data.Time.Zones.DB.TZLabel
instance GHC.Classes.Eq Data.Time.Zones.DB.TZLabel
instance GHC.Show.Show Data.Time.Zones.DB.SomeTZLabel
instance GHC.Classes.Eq Data.Time.Zones.DB.SomeTZLabel
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Africa__Abidjan
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Africa__Accra
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Africa__Algiers
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Africa__Bissau
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Africa__Cairo
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Africa__Casablanca
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Africa__Ceuta
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Africa__El_Aaiun
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Africa__Johannesburg
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Africa__Juba
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Africa__Khartoum
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Africa__Lagos
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Africa__Maputo
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Africa__Monrovia
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Africa__Nairobi
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Africa__Ndjamena
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Africa__Sao_Tome
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Africa__Tripoli
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Africa__Tunis
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Africa__Windhoek
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Adak
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Anchorage
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Araguaina
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Argentina__Buenos_Aires
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Argentina__Catamarca
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Argentina__Cordoba
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Argentina__Jujuy
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Argentina__La_Rioja
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Argentina__Mendoza
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Argentina__Rio_Gallegos
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Argentina__Salta
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Argentina__San_Juan
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Argentina__San_Luis
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Argentina__Tucuman
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Argentina__Ushuaia
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Asuncion
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Atikokan
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Bahia
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Bahia_Banderas
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Barbados
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Belem
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Belize
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Blanc_Sablon
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Boa_Vista
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Bogota
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Boise
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Cambridge_Bay
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Campo_Grande
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Cancun
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Caracas
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Cayenne
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Chicago
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Chihuahua
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Costa_Rica
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Creston
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Cuiaba
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Curacao
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Danmarkshavn
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Dawson
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Dawson_Creek
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Denver
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Detroit
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Edmonton
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Eirunepe
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__El_Salvador
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Fort_Nelson
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Fortaleza
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Glace_Bay
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Godthab
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Goose_Bay
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Grand_Turk
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Guatemala
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Guayaquil
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Guyana
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Halifax
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Havana
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Hermosillo
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Indiana__Indianapolis
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Indiana__Knox
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Indiana__Marengo
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Indiana__Petersburg
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Indiana__Tell_City
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Indiana__Vevay
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Indiana__Vincennes
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Indiana__Winamac
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Inuvik
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Iqaluit
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Jamaica
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Juneau
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Kentucky__Louisville
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Kentucky__Monticello
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__La_Paz
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Lima
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Los_Angeles
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Maceio
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Managua
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Manaus
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Martinique
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Matamoros
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Mazatlan
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Menominee
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Merida
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Metlakatla
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Mexico_City
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Miquelon
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Moncton
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Monterrey
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Montevideo
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Nassau
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__New_York
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Nipigon
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Nome
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Noronha
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__North_Dakota__Beulah
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__North_Dakota__Center
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__North_Dakota__New_Salem
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Ojinaga
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Panama
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Pangnirtung
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Paramaribo
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Phoenix
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Port_au_Prince
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Port_of_Spain
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Porto_Velho
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Puerto_Rico
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Punta_Arenas
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Rainy_River
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Rankin_Inlet
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Recife
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Regina
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Resolute
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Rio_Branco
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Santarem
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Santiago
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Santo_Domingo
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Sao_Paulo
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Scoresbysund
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Sitka
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__St_Johns
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Swift_Current
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Tegucigalpa
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Thule
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Thunder_Bay
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Tijuana
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Toronto
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Vancouver
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Whitehorse
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Winnipeg
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Yakutat
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.America__Yellowknife
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Antarctica__Casey
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Antarctica__Davis
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Antarctica__DumontDUrville
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Antarctica__Macquarie
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Antarctica__Mawson
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Antarctica__Palmer
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Antarctica__Rothera
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Antarctica__Syowa
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Antarctica__Troll
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Antarctica__Vostok
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Almaty
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Amman
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Anadyr
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Aqtau
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Aqtobe
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Ashgabat
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Atyrau
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Baghdad
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Baku
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Bangkok
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Barnaul
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Beirut
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Bishkek
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Brunei
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Chita
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Choibalsan
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Colombo
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Damascus
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Dhaka
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Dili
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Dubai
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Dushanbe
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Famagusta
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Gaza
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Hebron
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Ho_Chi_Minh
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Hong_Kong
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Hovd
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Irkutsk
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Jakarta
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Jayapura
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Jerusalem
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Kabul
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Kamchatka
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Karachi
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Kathmandu
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Khandyga
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Kolkata
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Krasnoyarsk
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Kuala_Lumpur
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Kuching
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Macau
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Magadan
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Makassar
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Manila
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Nicosia
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Novokuznetsk
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Novosibirsk
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Omsk
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Oral
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Pontianak
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Pyongyang
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Qatar
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Qyzylorda
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Riyadh
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Sakhalin
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Samarkand
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Seoul
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Shanghai
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Singapore
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Srednekolymsk
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Taipei
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Tashkent
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Tbilisi
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Tehran
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Thimphu
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Tokyo
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Tomsk
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Ulaanbaatar
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Urumqi
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Ust_Nera
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Vladivostok
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Yakutsk
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Yangon
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Yekaterinburg
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Asia__Yerevan
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Atlantic__Azores
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Atlantic__Bermuda
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Atlantic__Canary
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Atlantic__Cape_Verde
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Atlantic__Faroe
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Atlantic__Madeira
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Atlantic__Reykjavik
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Atlantic__South_Georgia
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Atlantic__Stanley
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Australia__Adelaide
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Australia__Brisbane
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Australia__Broken_Hill
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Australia__Currie
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Australia__Darwin
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Australia__Eucla
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Australia__Hobart
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Australia__Lindeman
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Australia__Lord_Howe
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Australia__Melbourne
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Australia__Perth
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Australia__Sydney
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT1
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT10
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT11
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT12
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT2
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT3
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT4
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT5
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT6
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT7
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT8
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT9
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT_1
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT_10
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT_11
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT_12
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT_13
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT_14
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT_2
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT_3
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT_4
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT_5
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT_6
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT_7
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT_8
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__GMT_9
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__UCT
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Etc__UTC
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Amsterdam
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Andorra
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Astrakhan
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Athens
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Belgrade
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Berlin
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Brussels
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Bucharest
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Budapest
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Chisinau
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Copenhagen
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Dublin
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Gibraltar
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Helsinki
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Istanbul
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Kaliningrad
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Kiev
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Kirov
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Lisbon
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__London
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Luxembourg
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Madrid
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Malta
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Minsk
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Monaco
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Moscow
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Oslo
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Paris
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Prague
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Riga
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Rome
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Samara
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Saratov
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Simferopol
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Sofia
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Stockholm
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Tallinn
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Tirane
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Ulyanovsk
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Uzhgorod
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Vienna
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Vilnius
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Volgograd
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Warsaw
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Zaporozhye
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Europe__Zurich
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Indian__Chagos
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Indian__Christmas
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Indian__Cocos
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Indian__Kerguelen
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Indian__Mahe
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Indian__Maldives
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Indian__Mauritius
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Indian__Reunion
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Apia
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Auckland
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Bougainville
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Chatham
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Chuuk
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Easter
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Efate
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Enderbury
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Fakaofo
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Fiji
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Funafuti
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Galapagos
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Gambier
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Guadalcanal
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Guam
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Honolulu
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Kiritimati
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Kosrae
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Kwajalein
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Majuro
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Marquesas
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Nauru
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Niue
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Norfolk
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Noumea
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Pago_Pago
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Palau
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Pitcairn
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Pohnpei
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Port_Moresby
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Rarotonga
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Tahiti
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Tarawa
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Tongatapu
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Wake
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Pacific__Wallis
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Root__CET
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Root__CST6CDT
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Root__EET
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Root__EST
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Root__EST5EDT
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Root__HST
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Root__MET
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Root__MST
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Root__MST7MDT
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Root__PST8PDT
instance Data.Time.Zones.DB.KnownTZLabel 'Data.Time.Zones.DB.Root__WET
instance Control.DeepSeq.NFData Data.Time.Zones.DB.TZLabel


module Data.Time.Zones.Files

-- | Return the file path corresponding to a time zone location.
--   
--   Note: doesn't check whether the location is valid (ie. the returned
--   path might not exist).
timeZonePathFromDB :: String -> IO FilePath
