mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-01-13 12:50:47 -08:00
README: local-time
This commit is contained in:
parent
bf98ece664
commit
7ff1adbd9a
1 changed files with 6 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ Rules
|
|||
- [[#libraries][Libraries]]
|
||||
- [[#data-structures][Data structures]]
|
||||
- [[#data-formats][Data formats]]
|
||||
- [[#date-and-time][Date and time]]
|
||||
- [[#databases][Databases]]
|
||||
- [[#pattern-matching][Pattern matching]]
|
||||
- [[#numbers][Numbers]]
|
||||
|
|
@ -296,6 +297,11 @@ You can set this behaviour back with:
|
|||
(setf json:*lisp-identifier-name-to-json* #'json:lisp-to-camel-case)
|
||||
#+end_src
|
||||
|
||||
** Date and time
|
||||
|
||||
The [[https://common-lisp.net/project/local-time/][local-time]] package is available.
|
||||
|
||||
See also [[https://github.com/CodyReichert/awesome-cl#date-and-time][awesome-cl#date-and-time]] and the [[https://lispcookbook.github.io/cl-cookbook/dates_and_times.html][Cookbook]].
|
||||
|
||||
** Databases
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue