@hackage / strptime

Efficient parsing of LocalTime using a binding to C's strptime, with some extra features (i.e. fractional seconds)

Latest1.0.10

About

Metadata

  • Last updated , by EugeneKirpichov
  • License BSD-3-Clause
  • Categories Parsers, Systems Programming
  • Maintained by: ekirpichov@gmail.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    split-base (on by default)

Readme

This library provides a binding to strptime, that allows to parse dates and times from strings and strict/lazy bytestrings. The library creates LocalTime values. It provides some extra features which the original strptime lacks - parsing of fractional seconds and parsing of ten-powers of seconds since epoch (for example milliseconds since epoch).