thyme-0.2.4.1: A faster time library

Safe HaskellNone

Data.Thyme.Format

Synopsis

Documentation

timeParser :: TimeLocale -> String -> Parser TimeParseSource

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.