@hackage relative-date0.0.0
Durations and generalized time parsing
Categories
License
BSD-3-Clause
Maintainer
amsay@amsay.net
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (6)
Dependents (1)
@hackage/acme-everything
Relative-date provides two modules. Data.Duration gives functions for the creation of durations of time, represented as functions from DateTime to DateTime. Data.DateTime.Parser presents miscellaneous parsers for handling time descriptions of varying levels of detail. The library also can parse descriptions of repeated times, returning a (possibly infinite) list of DateTimes.