https://github.com/jwiegley/periods
Common Lisp library for manipulating date/time objects at a higher level
https://github.com/jwiegley/periods
Last synced: 2 months ago
JSON representation
Common Lisp library for manipulating date/time objects at a higher level
- Host: GitHub
- URL: https://github.com/jwiegley/periods
- Owner: jwiegley
- Created: 2009-02-01T21:18:49.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2025-08-23T06:48:30.000Z (8 months ago)
- Last Synced: 2025-08-24T09:39:45.870Z (8 months ago)
- Language: Common Lisp
- Homepage: http://www.newartisans.com
- Size: 287 KB
- Stars: 33
- Watchers: 9
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- curated-awesome-cl - periods - manipulating date/time objects at a higher level. With series-compatible data structure. [BSD_3Clause][15]. (Python ##)
- awesome-cl - periods - manipulating date/time objects at a higher level. With series-compatible data structure. [BSD_3Clause][15]. (Online editors ## / Third-party APIs)
README
Welcome to the PERIODS library. The intention of this code is to provide a
convenient set of utilities for manipulating times, distances between times,
and both contiguous and discontiguous ranges of time. By combining these
facilities in various ways, almost any type of time expression is possible.
Please see the documentation in doc/ for information.
John Wiegley