canteven-parsedate-1.0.1.2: Date / time parsing utilities that try to guess the date / time format.

Safe HaskellNone
LanguageHaskell2010

Canteven.ParseDate.Types

Synopsis

Documentation

data LocalTimeAndOffset Source

A data type for parsing ISO8601 and distinguishing between with-offset or without-offset formats.

ltaoInTimeZone :: TimeZoneSeries -> LocalTimeAndOffset -> LocalTime Source

Get the localtime represented by this LTAO in the given timezone.

ltaoInTimeZoneTZ :: TZ -> LocalTimeAndOffset -> LocalTime Source

same as ltaoInTimeZone but for TZ