From d9354f040c8deffc673d58f9d1a7d10148954809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 23 Jun 2022 23:57:17 +0200 Subject: Fix datetime issues discovered due to new tests. --- module/datetime/timespec.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/datetime/timespec.scm') 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)]))) -- cgit v1.2.3