Roy T. Fielding wrote:
On Tue, Aug 28, 2001 at 11:15:41AM -0700, Brian Pane wrote:
Here's a new version of the get_offset patch that initializes
the TZ offset from apr_initialize. I've attached the new include
file that it uses, apr/include/arch/unix/internal_time.h
Out of curiosity, what happens when we switch from standard to
daylight time, or vice versa? Does the calculation become wrong
until the current child is replaced?
As far as I can tell, the result of the calculation should be
independent of daylight savings (e.g., always 5 for US/Eastern).
--Brian