[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
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
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 patch is better since in keeps the
scheme and C representations of the
I notice that if I run:
$ guile -c '(display (strftime "%c %z\n" (localtime (current-time'
Thu Jun 22 10:51:21 2006 +0500
But I live at -0500 (CDT), not +500. The following patch fixes it:
Index: stime.c
===
RCS file: /sources/