From aaeab88a720407ec7be35f96bc9665718dab11a7 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Tue, 30 Jan 2007 00:12:01 +0000 Subject: [PATCH] Retrospectively add strftime %z sign fixed in 1.8.1. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 38670af13..571e4d32b 100644 --- a/NEWS +++ b/NEWS @@ -52,6 +52,8 @@ Changes in 1.8.1 (since 1.8.0): ** Build problems have been fixed on MacOS, SunOS, and QNX. +** `strftime' fix sign of %z timezone offset. + ** A one-dimensional array can now be 'equal?' to a vector. ** Structures, records, and SRFI-9 records can now be compared with `equal?'.