-- 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 2015f version of the time -- zone database. The version of the time zone database shipped is always -- reflected in the version of this package: x.y.YYYYMMDD.z, -- then YYYYMMDD is the official release date of time zone -- database. -- -- See: http://www.iana.org/time-zones for more info about the -- time zone database. -- -- See also the tz package -- http://hackage.haskell.org/package/tz or the -- timezone-olson and timezone-series packages that -- provide facilities to use the data shipped here. (The -- tz package automatically installs this package.) @package tzdata @version 0.1.20150810.0 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 module Data.Time.Zones.DB -- | Convert a TZLabel to the usual name of the location. -- --
--   > toTZName Europe__Paris
--   "Europe/Paris"
--   
toTZName :: TZLabel -> ByteString -- | Lookup the TZLabel by the name of the location. -- -- Returns Nothing if the location is unknown. -- --
--   > :set -XOverloadedStrings
--   > fromTZName "Europe/Paris"
--   Just Europe__Paris
--   > fromTZName "Foo/Bar"
--   Nothing
--   
fromTZName :: ByteString -> Maybe TZLabel -- | Map mapping know time zone locations to their canonical -- TZLabels. 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 Nothing 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__Khartoum :: TZLabel Africa__Lagos :: TZLabel Africa__Maputo :: TZLabel Africa__Monrovia :: TZLabel Africa__Nairobi :: TZLabel Africa__Ndjamena :: 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__Cayman :: 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__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__Rainy_River :: TZLabel America__Rankin_Inlet :: TZLabel America__Recife :: TZLabel America__Regina :: TZLabel America__Resolute :: TZLabel America__Rio_Branco :: TZLabel America__Santa_Isabel :: 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__Baghdad :: TZLabel Asia__Baku :: TZLabel Asia__Bangkok :: 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__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__Rangoon :: 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__Ulaanbaatar :: TZLabel Asia__Urumqi :: TZLabel Asia__Ust_Nera :: TZLabel Asia__Vladivostok :: TZLabel Asia__Yakutsk :: 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__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__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__Simferopol :: TZLabel Europe__Sofia :: TZLabel Europe__Stockholm :: TZLabel Europe__Tallinn :: TZLabel Europe__Tirane :: 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. -- -- Right is a primary location; fields: name, label, content of -- the Time Zone info file -- -- Left 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 Right elements are -- guaranteed to be in the order of TZLabel constructors.) tzDescriptions :: [TZDescription] instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_376TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_375TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_374TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_373TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_372TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_371TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_370TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_369TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_368TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_367TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_366TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_365TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_364TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_363TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_362TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_361TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_360TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_359TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_358TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_357TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_356TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_355TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_354TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_353TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_352TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_351TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_350TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_349TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_348TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_347TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_346TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_345TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_344TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_343TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_342TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_341TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_340TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_339TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_338TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_337TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_336TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_335TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_334TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_333TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_332TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_331TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_330TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_329TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_328TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_327TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_326TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_325TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_324TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_323TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_322TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_321TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_320TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_319TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_318TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_317TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_316TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_315TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_314TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_313TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_312TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_311TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_310TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_309TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_308TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_307TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_306TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_305TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_304TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_303TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_302TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_301TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_300TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_299TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_298TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_297TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_296TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_295TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_294TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_293TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_292TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_291TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_290TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_289TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_288TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_287TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_286TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_285TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_284TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_283TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_282TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_281TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_280TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_279TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_278TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_277TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_276TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_275TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_274TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_273TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_272TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_271TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_270TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_269TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_268TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_267TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_266TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_265TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_264TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_263TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_262TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_261TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_260TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_259TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_258TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_257TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_256TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_255TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_254TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_253TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_252TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_251TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_250TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_249TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_248TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_247TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_246TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_245TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_244TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_243TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_242TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_241TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_240TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_239TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_238TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_237TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_236TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_235TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_234TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_233TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_232TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_231TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_230TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_229TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_228TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_227TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_226TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_225TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_224TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_223TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_222TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_221TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_220TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_219TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_218TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_217TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_216TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_215TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_214TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_213TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_212TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_211TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_210TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_209TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_208TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_207TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_206TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_205TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_204TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_203TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_202TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_201TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_200TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_199TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_198TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_197TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_196TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_195TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_194TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_193TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_192TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_191TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_190TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_189TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_188TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_187TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_186TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_185TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_184TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_183TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_182TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_181TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_180TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_179TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_178TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_177TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_176TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_175TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_174TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_173TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_172TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_171TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_170TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_169TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_168TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_167TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_166TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_165TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_164TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_163TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_162TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_161TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_160TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_159TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_158TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_157TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_156TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_155TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_154TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_153TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_152TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_151TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_150TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_149TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_148TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_147TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_146TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_145TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_144TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_143TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_142TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_141TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_140TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_139TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_138TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_137TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_136TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_135TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_134TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_133TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_132TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_131TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_130TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_129TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_128TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_127TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_126TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_125TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_124TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_123TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_122TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_121TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_120TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_119TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_118TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_117TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_116TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_115TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_114TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_113TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_112TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_111TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_110TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_109TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_108TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_107TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_106TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_105TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_104TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_103TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_102TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_101TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_100TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_99TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_98TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_97TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_96TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_95TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_94TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_93TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_92TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_91TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_90TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_89TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_88TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_87TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_86TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_85TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_84TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_83TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_82TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_81TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_80TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_79TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_78TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_77TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_76TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_75TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_74TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_73TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_72TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_71TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_70TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_69TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_68TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_67TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_66TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_65TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_64TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_63TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_62TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_61TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_60TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_59TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_58TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_57TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_56TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_55TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_54TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_53TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_52TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_51TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_50TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_49TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_48TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_47TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_46TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_45TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_44TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_43TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_42TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_41TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_40TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_39TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_38TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_37TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_36TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_35TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_34TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_33TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_32TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_31TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_30TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_29TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_28TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_27TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_26TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_25TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_24TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_23TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_22TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_21TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_20TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_19TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_18TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_17TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_16TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_15TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_14TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_13TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_12TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_11TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_10TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_9TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_8TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_7TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_6TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_5TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_4TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_3TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_2TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_1TZLabel instance GHC.Generics.Constructor Data.Time.Zones.DB.C1_0TZLabel instance GHC.Generics.Datatype Data.Time.Zones.DB.D1TZLabel 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 Control.DeepSeq.NFData Data.Time.Zones.DB.TZLabel