At 09:51 PM 5/20/2002, Jon Travis wrote:
On Mon, May 20, 2002 at 07:47:24PM -0700, Jon Travis wrote:
> My time test is failing. I get a mismatch:
>
> checking localtime explode == GMT implode mismatch
> apr_now() 1021948993979908
> apr_implode() returned 1021981393979908
> error delta was 32400000000
> should have been 0
Sorry, should have been more thorough.
This problem only occurs under Windows for me. Under UNIX the test
works fine.
9 hour delta... evidently we missed timezone data, and then MIS
compensated for the DST delta [otherwise, where would 9hrs -> PST
come from... PDT should be 7hrs from GMT, no?]
BTW: I had to add shell32.lib to the link line for the apr tests to
build. Has anyone been running the testsuite on windows? ;-)
Odd... didn't complain in a bit when I rebuilt last week. Then again, MS
has fun moving things around on occasion. I will drop that into the build
when I dig into the TZ problem tommorow.