On Wed, 2002-05-01 at 21:17, Billinghurst, David (CRTS) wrote: > #elif HAVE_UNDERSCORE_TIMEZONE > tzoffset = _timezone; Looking at other uses of HAVE_*, this should probably be HAVE__TIMEZONE. Just a minor nit I suppose... Thanks, AG