bug-gnulib
[Top][All Lists]
Advanced

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

[bug-gnulib] problem with getdate


From: Ian Abbott
Subject: [bug-gnulib] problem with getdate
Date: Fri, 08 Apr 2005 14:39:58 +0100
User-agent: Mozilla Thunderbird 1.0 (X11/20050118)

Hi,

I'm having some trouble with the getdate test utility with certain time-specs with certain timezones. Is this the correct behaviour? I ask, because the 'cvs' program uses GMT internally and that is screwing me up!

$ TZ=Europe/London ./getdate
Enter date, or blank line to exit.
        > 2005-3-1 GMT
2005-03-01 00:00:00.000000000
        > 2005-3-27 GMT
2005-03-27 00:00:00.000000000
        > 2005-3-28 GMT
Bad format - couldn't convert.
        > 2005-4-1 GMT
Bad format - couldn't convert.

$ TZ=America/New_York ./getdate
Enter date, or blank line to exit.
        > 2005-3-1 EST
2005-03-01 00:00:00.000000000
        > 2005-4-1 EST
2005-04-01 00:00:00.000000000
        > 2005-5-1 EST
Bad format - couldn't convert.

--
-=( Ian Abbott @ MEV Ltd.    E-mail: <address@hidden>        )=-
-=( Tel: +44 (0)161 477 1898   FAX: +44 (0)161 718 3587         )=-




reply via email to

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