Cross Reference: time.test.patch
xref
: /
solaris-userland-s11u3
/
components
/
guile
/
patches
/
time.test.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
173
N/A
---
guile-1.8.4/test-suite/tests/time.test
Wed Mar 7 14:59:20 2007
173
N/A
+++
guile-1.8.4/test-suite/tests/new.time.test
Tue Apr 5 11:11:19 2011
173
N/A
@@ -247,7 +247,7 @@
173
N/A
(putenv "TZ=EST+5")
173
N/A
(tzset)
173
N/A
(let ((tm (localtime 86400)))
173
N/A
- (string=? "-0500" (strftime "%z" tm))))))
173
N/A
+ (string=? "+0000" (strftime "%z" tm))))))
173
N/A
173
N/A
;;;
173
N/A
;;; strptime