97jaz/gregor

Date and time library for Racket

Racket

44

28 commits

updated Apr 7, 2024

See the code

README

Gregor: a date and time library for Racket

Jon Zeppieri <zeppieri@gmail.com>

To install:

raco pkg install gregor

To use:

(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

datetime
gregorian
racket

Contributors

97jaz

18 commits

bennn

3 commits

Bogdanp

2 commits

IlnarSelimcan

1 commits

97jaz/gregor

Date and time library for Racket

Racket

44

28 commits

updated Apr 7, 2024

See the code

README

Gregor: a date and time library for Racket

Jon Zeppieri <zeppieri@gmail.com>

To install:

raco pkg install gregor

To use:

(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

datetime
gregorian
racket

Contributors

97jaz

18 commits

bennn

3 commits

Bogdanp

2 commits

IlnarSelimcan

1 commits

Languages

Racket

100.0%