text-time-0.1.0: Library for Time parsing from Text into UTCTime

Safe HaskellSafe
LanguageHaskell2010

Data.Text.Time

Description

Parser for ISO date from ByteString

Synopsis

Documentation

parseISODateTime :: Text -> UTCTime Source #

Parse ISO date. If date can't be parsed then this function will return default value instead of error Adapted from sqlite-simple package