From 9ba81a4fa75393cd8b9a6ca6d8a4c140b7908e9d Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 27 Jun 2022 18:30:39 +0530 Subject: issue: Deprecate unix-time->date utility. * tissue/issue.scm (unix-time->date): Delete function. --- tissue/issue.scm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tissue/issue.scm b/tissue/issue.scm index 076e727..d029f40 100644 --- a/tissue/issue.scm +++ b/tissue/issue.scm @@ -223,11 +223,6 @@ return #f." '() (comma-split (remove-prefix "* " line))))) -(define (unix-time->date timestamp) - "Convert unix TIMESTAMP to an SRFI-19 date object." - (time-monotonic->date - (make-time time-monotonic 0 timestamp))) - (define (resolve-alias name aliases) "Resolve NAME against ALIASES, a list of aliases. ALIASES should be in the form of the argument of the same name to `tissue-configuration' -- cgit v1.2.3