On Thu, Mar 31, 2011 at 2:23 PM, Todd Lyons <[email protected]> wrote: > On Thu, Mar 31, 2011 at 11:00 AM, Ernie Dunbar <[email protected]> wrote: >> -> Date: Thu, 31 Mar 2011 08:52:15 -0699 > > Hmmm, I'm not much help on your problem. But your swaks does the same > thing mine does with the time zone. -0699 instead of -0700. It > prints it properly if I change > > $o = int(0.5 + (timelocal(@l) - timelocal(@g))/36); > > to > > $o = int(0.0 + (timelocal(@l) - timelocal(@g))/36); > > I haven't worked through the logic to figure out why the math is the way it > is.
The actual swaks release doesn't behave that way. There's a debian specific patch which causes the timezone problem Here's the original debian bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566013 Here's the bug report I opened just yesterday asking debian to back out their unneeded (and broken) patch: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620167 --John -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
