パッケージ: cl-simple-date (20211113.git9d4332f-5)
cl-simple-date に関するリンク
Debian の資源:
cl-postmodern ソースパッケージをダウンロード:
- [cl-postmodern_20211113.git9d4332f-5.dsc]
- [cl-postmodern_20211113.git9d4332f.orig.tar.xz]
- [cl-postmodern_20211113.git9d4332f-5.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