软件包:cl-simple-date(20211113.git9d4332f-3)
cl-simple-date 的相关链接
Debian 的资源:
下载源码包 cl-postmodern:
- [cl-postmodern_20211113.git9d4332f-3.dsc]
- [cl-postmodern_20211113.git9d4332f.orig.tar.xz]
- [cl-postmodern_20211113.git9d4332f-3.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