[Zope] DateTime and Daylight saving

Lennart Regebro lennart@regebro.nu
Fri, 24 Jan 2003 13:43:29 +0100


From: "Julián Muñoz" <jmunoz@telefonica.net>
> Do you know if time returned by DateTime does automatically the daylight
> saving time change ??? For example DateTime("CET").

It depends on which timezone you give. Some timezones have daylight saving
defined, some don't. Generally the timezone support in DateTime is a
confusing and poorly documented mess. There are rewrites of date and time
modules in progress to make this easier in the future.