bytestring-time-0.1.0: Library for Time parsing from ByteString

Safe HaskellSafe
LanguageHaskell2010

Data.ByteString.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