DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16288>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16288

Crash on console startup in ap_recent_ctime





------- Additional Comments From [EMAIL PROTECTED]  2003-01-21 15:30 -------
  Nailed down the bug.

  FileTimeToLocalFileTime doesn't pay attention to daylight savings time,
  which was badness.  The fix was using SystemTimeToTzSpecificLocalTime()
  which is only supported under NT (not 9x.)  I will be applying conditional
  logic to use the old code, and post up a patch for Win9x/ME users to replace
  their libapr.dll.  The files in support() might need to be updated; I will
  take a look to see which (if any) are affected.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to