On Wed, Jun 15, 2005 at 02:17:29PM -0500, Dave Rolsky wrote: > - Work with just dates and do date math on them (at the level of days, > months & years). The current implementation is quite broken for this > purpose, because when you assign a non-UTC time zone to your object and do > date math, the math is done on the underlying UTC time, which causes weird > results.
Should not such work be always done with a floating tz? If you are working with just dates, giving any *time* zone is the wrong thing to do.