aboutsummaryrefslogtreecommitdiff
path: root/module/datetime.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-03-19 02:17:27 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-03-19 02:17:27 +0100
commitbe6124363972b579b318af439c8535e4a5b89d8b (patch)
tree146b30a046e4fc532218fd0600248db5272e81ac /module/datetime.scm
parentMove date util procedures to module, document. (diff)
downloadcalp-be6124363972b579b318af439c8535e4a5b89d8b.tar.gz
calp-be6124363972b579b318af439c8535e4a5b89d8b.tar.xz
Slightly better second export for datetime.
Diffstat (limited to 'module/datetime.scm')
-rw-r--r--module/datetime.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/module/datetime.scm b/module/datetime.scm
index 83f49641..f79100d7 100644
--- a/module/datetime.scm
+++ b/module/datetime.scm
@@ -1,8 +1,9 @@
(define-module (datetime)
:export (date? year month day
hour minute second
- time? datetime?
- )
+ time? datetime?)
+ ;; To resolve colision with cadr-second from srfi-1
+ :replace (second)
:use-module (srfi srfi-1)
:use-module (srfi srfi-9)