Re: timezone offsets

2007-01-29 Thread Kevin Ryde
[EMAIL PROTECTED] (clemens fischer) writes: > > i just checked "guile-1.8.1/libguile/stime.c", which doesn't have this > patch, I applied Aaron VanDevender's prior one. > $ guile -c '(display (strftime "%c %z\n" (localtime (current-time' > Mon Jan 29 19:31:28 2007 -0100 I believe it's in

Re: timezone offsets

2007-01-29 Thread clemens fischer
On Thu, 22 Jun 2006 11:28:04 -0500 Aaron VanDevender wrote: > On Thu, 2006-06-22 at 10:57 -0500, Aaron VanDevender wrote: >> I notice that if I run: >> >> $ guile -c '(display (strftime "%c %z\n" (localtime (current-time' >> Thu Jun 22 10:51:21 2006 +0500 > > On second thought, I think this