bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug report with strftime on win2000


From: Aharon Robbins
Subject: Re: bug report with strftime on win2000
Date: Tue, 31 Dec 2002 15:26:03 +0200

Greetings.  Re this:

> From: "Marko Lesar" <address@hidden>
> To: <address@hidden>, <address@hidden>
> Cc: <address@hidden>
> Subject: bug report with strftime on win2000
> Date: Tue, 31 Dec 2002 09:07:43 +0100
>
> Bugreport:
>
> Versions:
>
> gawk -W version
> GNU Awk 3.0.4
> Copyright (C) 1989, 1991-1999 Free Software Foundation.

This version is severely out of date.  The current version is
3.1.1.  Under Linux, I get:

$ date
Tue Dec 31 15:24:11 IST 2002
$ gawk 'BEGIN { print strftime("%g%m%d",systime()) }'
031231

The C strftime in this version of gawk is orignally from GNU libc,
and I believe the code is correct.

Arnold



reply via email to

[Prev in Thread] Current Thread [Next in Thread]