about summary refs log tree commit diff
path: root/lisp/klatre/package.lisp
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-07-22T02·07-0400
committerglittershark <grfn@gws.fyi>2020-07-23T00·08+0000
commitf591c32dfb2a9f0246c8d6501c1efab4c80da52f (patch)
treeb677488b378902a6721c570d4be54a49be3326cf /lisp/klatre/package.lisp
parentd60c639162e8390397b6808f78ac4e2def9324cb (diff)
feat(klatre): add dottime-format function r/1422
Add a function to klatre format a timestamp using dottime

Change-Id: I24d8d91f49f352b606f44834f7229ab55b55afa0
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1344
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Reviewed-by: kanepyork <rikingcoding@gmail.com>
Diffstat (limited to '')
-rw-r--r--lisp/klatre/package.lisp5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/klatre/package.lisp b/lisp/klatre/package.lisp
index 0cf7336feb..b5f574fa16 100644
--- a/lisp/klatre/package.lisp
+++ b/lisp/klatre/package.lisp
@@ -6,4 +6,7 @@
    #:comment #:posp
 
    ;; Sequence functions
-   #:chunk-list #:mapconcat))
+   #:chunk-list #:mapconcat
+
+   ;; String handling
+   #:+dottime-format+ #:format-dottime))