Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/97jaz/gregor
Date and time library for Racket
https://github.com/97jaz/gregor
datetime gregorian racket
Last synced: 2 months ago
JSON representation
Date and time library for Racket
- Host: GitHub
- URL: https://github.com/97jaz/gregor
- Owner: 97jaz
- Created: 2015-03-19T03:47:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T17:26:29.000Z (10 months ago)
- Last Synced: 2024-08-03T22:06:25.299Z (6 months ago)
- Topics: datetime, gregorian, racket
- Language: Racket
- Size: 121 KB
- Stars: 44
- Watchers: 6
- Forks: 10
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-racket-and-scheme - gregor
README
# Gregor: a date and time library for Racket
Jon Zeppieri <[[email protected]](mailto:[email protected])>
To install:
```sh
raco pkg install gregor
```To use:
```racket
(require gregor)
```Gregor is a date and time library for Racket. It provides:
- data structures for representing dates, times, and their combination, both with and without time zones;
- generic functions for accessing these data structures;
- date and time arithmetic, based on a proleptic Gregorian calendar and the tz database; and
- localized formatting and parsing, based on CLDR.[Read the documentation](http://pkg-build.racket-lang.org/doc/gregor/index.html)