aboutsummaryrefslogtreecommitdiff
path: root/module/datetime.scm
diff options
context:
space:
mode:
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)