https://github.com/lpeterse/haskell-utc
A pragmatic time and date library (Haskell)
https://github.com/lpeterse/haskell-utc
Last synced: about 1 year ago
JSON representation
A pragmatic time and date library (Haskell)
- Host: GitHub
- URL: https://github.com/lpeterse/haskell-utc
- Owner: lpeterse
- License: mit
- Created: 2015-01-04T16:26:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T22:08:58.000Z (about 6 years ago)
- Last Synced: 2025-03-24T19:39:42.639Z (over 1 year ago)
- Language: Haskell
- Size: 201 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
utc
===
[![Available on Hackage][badge-hackage]][hackage]
[![License MIT][badge-license]][license]
[![Build Status][badge-travis]][travis]
### Features
- Supports arbitrary precision
- Serious [RFC 3339](https://tools.ietf.org/html/rfc3339) parsing and rendering capability
### Dependencies
- base
- text
- bytestring
- attoparsec
- clock
### Tests
Run the default test suite:
```bash
cabal test
```
[badge-travis]: https://img.shields.io/travis/lpeterse/haskell-utc.svg
[travis]: https://travis-ci.org/lpeterse/haskell-utc
[badge-hackage]: https://img.shields.io/hackage/v/utc.svg?dummy
[hackage]: https://hackage.haskell.org/package/utc
[badge-license]: https://img.shields.io/badge/license-MIT-green.svg?dummy
[license]: https://github.com/lpeterse/haskell-utc/blob/master/LICENSE
[issues]: https://github.com/lpeterse/haskell-utc/issues
[Github]: https://github.com/lpeterse/haskell-utc