Pakket: cl-simple-date (20180430-2)
Verwijzigingen voor cl-simple-date
Debian bronnen:
Het bronpakket cl-postmodern downloaden:
- [cl-postmodern_20180430-2.dsc]
- [cl-postmodern_20180430.orig.tar.gz]
- [cl-postmodern_20180430-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [marijnhaverbeke.nl]
Vergelijkbare pakketten:
Common Lisp types for dates, timestamps, and intervals
Simple-date provides types (CLOS classes) for dates, timestamps, and intervals similar to the ones SQL databases use, in order to be able to store and read these to and from a database in a straightforward way. A few obvious operations are defined on these types.
The most glaring defect of this library is its ignorance of time zones. It pretends the whole world lives in UTC. Use with care.
When this library is loaded after CL-postgres, it will register suitable SQL readers and writers for the associated database types.
Andere aan cl-simple-date gerelateerde pakketten
|
|
|
|
-
- rec: cl-fiveam
- simple regression testing framework for Common Lisp
-
- rec: cl-postgres
- Low-level client library for PosgreSQL