[ 原始碼: cl-postmodern ]
套件:cl-simple-date(20180430-2)
cl-simple-date 的相關連結
Debian 的資源:
下載原始碼套件 cl-postmodern:
- [cl-postmodern_20180430-2.dsc]
- [cl-postmodern_20180430.orig.tar.gz]
- [cl-postmodern_20180430-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [marijnhaverbeke.nl]
相似套件:
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.
其他與 cl-simple-date 有關的套件
|
|
|
|
-
- rec: cl-fiveam
- simple regression testing framework for Common Lisp
-
- rec: cl-postgres
- Low-level client library for PosgreSQL