aboutsummaryrefslogtreecommitdiff
path: root/module/datetime/timespec.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/datetime/timespec.scm')
-rw-r--r--module/datetime/timespec.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/datetime/timespec.scm b/module/datetime/timespec.scm
index 03e8dd10..46f93a61 100644
--- a/module/datetime/timespec.scm
+++ b/module/datetime/timespec.scm
@@ -92,5 +92,5 @@
(make-timespec (string->time (string-drop string 1) "~H:~M:~S")
'- type)]
[else
- (make-timespec (string->time string "~H:~M:~S")
+ (make-timespec (string->time string "~H:~M:~S" return-trailing: #t)
'+ type)])))