-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Library for Time parsing from Text into UTCTime -- -- Fast parser and formatter for ISO date to and from Text @package text-time @version 0.3.2 -- | Parser for ISO date from ByteString module Data.Text.Time -- | Parse ISO date. If date can't be parsed then this function will return -- default value instead of error parseISODateTime :: Text -> UTCTime parseUTCTimeOrError :: Text -> Either String UTCTime -- | Format ISO date. formatISODateTime :: UTCTime -> Text