timezone-olson-0.2.0: Data/Time/LocalTime/TimeZone/Olson.hs
-----------------------------------------------------------------------------
-- |
-- Module : Data.Time.LocalTime.TimeZone.Olson
-- Copyright : Yitzchak Gale 2019
--
-- Maintainer : Yitzchak Gale <gale@sefer.org>
-- Portability : portable
--
-- A parser and renderer for binary Olson timezone files whose format
-- is specified by RFC 8536. Functions are provided for converting the
-- parsed data into @TimeZoneSeries@ and @TimeZone@ objects.
{- Copyright (c) 2019 Yitzchak Gale. All rights reserved.
For licensing information, see the BSD3-style license in the file
LICENSE that was originally distributed by the author together with
this file. -}
module Data.Time.LocalTime.TimeZone.Olson
(
module Data.Time.LocalTime.TimeZone.Olson.Parse,
module Data.Time.LocalTime.TimeZone.Olson.Render,
module Data.Time.LocalTime.TimeZone.Olson.Types
)
where
import Data.Time.LocalTime.TimeZone.Olson.Types
import Data.Time.LocalTime.TimeZone.Olson.Parse
import Data.Time.LocalTime.TimeZone.Olson.Render