@hackage strptime1.0.10
Efficient parsing of LocalTime using a binding to C's strptime, with some extra features (i.e. fractional seconds)
Categories
License
BSD-3-Clause
Maintainer
ekirpichov@gmail.com
Links
Versions
Installation
Dependencies (4)
- base >=3.0 && <5.0
- bytestring
- text
- time Show all…
Dependents (7)
@hackage/aws-sdk, @hackage/timeplot, @hackage/acme-everything, @hackage/clippings, @hackage/aws-sdk-text-converter, @hackage/emailparse, Show all…
Package Flags
split-base(on by default)
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).