components/guile/patches/time.test.patch
author Rich Burridge <rich.burridge@oracle.com>
Thu, 07 Jan 2016 13:22:27 -0800
changeset 5243 cb29cf94919d
parent 173 69315e61a221
permissions -rw-r--r--
PSARC 2015/152 serf - High-performance asynchronous HTTP client library 20780708 We should integrate serf into Solaris

--- guile-1.8.4/test-suite/tests/time.test	Wed Mar  7 14:59:20 2007
+++ guile-1.8.4/test-suite/tests/new.time.test	Tue Apr  5 11:11:19 2011
@@ -247,7 +247,7 @@
       (putenv "TZ=EST+5")
       (tzset)
       (let ((tm (localtime 86400)))
-	(string=? "-0500" (strftime "%z" tm))))))
+	(string=? "+0000" (strftime "%z" tm))))))
 
 ;;;
 ;;; strptime