[xml/sgml-pkgs] Bug#271757: patch to fix the bug

Sal Paradise "Sal Paradise" <m2kyj0402@sneakemail.com>, 271757@bugs.debian.org
18 Sep 2004 00:09:18 -0000


Here is a one line patch that fixes this bug:



--- libxslt-1.1.8/libexslt/date.c       2004-05-16 23:25:26.000000000 -0400

+++ libxslt-1.1.8-fixed/libexslt/date.c 2004-09-17 20:11:49.000000000 -0400

@@ -1437,7 +1437,7 @@

         d->mon = 1;

 

     /* normalize for time zone offset */

-    u->sec += (d->tzo * 60);

+    u->sec -= (d->tzo * 60);

     d->tzo = 0;

 

     /* normalization */