Source-Changes-D archive

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

Re: CVS commit: src/lib/libutil



    Date:        Mon, 7 Dec 2015 15:55:49 -0500
    From:        "Christos Zoulas" <christos%netbsd.org@localhost>
    Message-ID:  <20151207205549.4F6C898%cvs.netbsd.org@localhost>

  | Modified Files:
  | 	src/lib/libutil: parsedate.3 parsedate.y
  | 

The change below got missed from the parsedate.3 update.

I assume you decided to leave out the bit about difference
between midnight tues and tues midnight -- that's fine, most
of what the semantics of parsedate has are unspecified.

But this one is a real bug...

kre


--- parsedate.3	2015-12-08 18:43:53.000000000 +0700
+++ parsedate.3.keep	2015-12-07 05:23:38.000000000 +0700
@@ -198,11 +198,11 @@
 .Dv zp5 (+0500) ,
 .Dv ist (+0550) ,
 .Dv zp6 (+0600) ,
-.Dv wast (+0700) ,
-.Dv wadt (+0800) ,
-.Dv awst (+0700) ,
-.Dv awdt (+0800) ,
 .Dv ict (+0700) ,
+.Dv wast (+0800) ,
+.Dv wadt (+0900) ,
+.Dv awst (+0800) ,
+.Dv awdt (+0900) ,
 .Dv cct (+0800) ,
 .Dv sgt (+0800) ,
 .Dv hkt (+0800) ,


Home | Main Index | Thread Index | Old Index