From 7ff1adbd9a3af68fed6412fa812e21fec5d45ff3 Mon Sep 17 00:00:00 2001 From: vindarel Date: Thu, 22 Oct 2020 17:29:58 +0200 Subject: [PATCH] README: local-time --- README.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.org b/README.org index d4eaaa3..2b274d4 100644 --- a/README.org +++ b/README.org @@ -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