[Zope] Time zone in DateTime and Spain
Dieter Maurer
dieter@handshake.de
Fri, 24 Jan 2003 22:54:17 +0100
Juli=E1n Mu=F1oz wrote at 2003-1-23 18:19 +0000:
> Why
>=20
> DateTime("Europe/Madrid")
>=20
> Returns
>=20
> Error Type: Invalid Date-Time String
> Error Value: Europe/Madrid
Almost surely, because it does not know this timezone.
Look at the source to find out which timezones are known.
If you do not find one adequate for your region, add
your timezone and send a patch to "http://Collector.zope.org/Zope".
Dieter