thyme-0.3.5.0: A faster time library

Safe HaskellNone
LanguageHaskell2010

Data.Thyme.Format

Synopsis

Documentation

timeParser :: TimeLocale -> String -> Parser TimeParse Source

Time Parser for UTF-8 encoded ByteStrings.

Attoparsec easily beats any String parser out there, but we do have to be careful to convert the input to UTF-8 ByteStrings.