bug-cvs
[Top][All Lists]
Advanced

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

get_date does not recognize cest


From: manck
Subject: get_date does not recognize cest
Date: Wed, 20 Jun 2001 13:44:55 +0200 (CEST)

>Submitter-Id:   net
>Originator:     Helmut Manck
Helmut Manck
>Organization: LogAndGo GmbH
net
>Confidential:  no
>Synopsis:      cvs log -D<date> does not recognize dates with timezone CEST
>Severity:      non-critical
>Priority:      medium
>Category:      cvs
>Class:         sw-bug
>Release:       cvs-1.11.1
>Environment:
System: Linux yo.office.logandgo.de 2.4.2-2 #1 Sun Apr 8 20:41:30 EDT 2001 i686 
unknown
Architecture: i686

>Description:
        cvs log -D<date> does not recognize dates with timezone CEST
>How-To-Repeat:
        cd <tosomecvsworkingcopy>
        cvs log -d"1999-01-01 01:01:01 CET<2001-06-20 13:43:07 CEST" 
>Fix:
diff -Naur cvs-1.11.1/lib/getdate.y cvs-1.11.1-patched/lib/getdate.y
--- cvs-1.11.1/lib/getdate.y    Tue Apr 24 20:14:53 2001
+++ cvs-1.11.1-patched/lib/getdate.y    Wed Jun 20 13:31:48 2001
@@ -471,6 +471,7 @@
     { "nt",    tZONE,     HOUR(11) },  /* Nome */
     { "idlw",  tZONE,     HOUR(12) },  /* International Date Line West */
     { "cet",   tZONE,     -HOUR(1) },  /* Central European */
+    { "cest",  tDAYZONE,  -HOUR(1) },  /* Central European Summer */
     { "met",   tZONE,     -HOUR(1) },  /* Middle European */
     { "mewt",  tZONE,     -HOUR(1) },  /* Middle European Winter */
     { "mest",  tDAYZONE,  -HOUR(1) },  /* Middle European Summer */



reply via email to

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