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?
The calculation, as far as I can tell, should be DST-independent (so that
it always yields 5 for US/Eastern, for example).
--Brian