Dave Rolsky wrote: > > On Fri, 1 Aug 2003, Flavio S. Glock wrote: > > > Is this really necessary? It could generate sparse time-zone tables. > > Can you explain what you mean? Looking at the code in question is not > enlightening me.
This is some pseudo-code: $year = $dt->year; generate_tz( \%tz, $year ) unless exists $tz{$year}; do_something( $tz{$year}, $dt ); Note that I didn't read the DT::TZ sources - I may be wrong. - Flavio S. Glock