TZ info used by dB drivers



Hi,

I'm trying to track down how TZ info is used by a dB driver, in this case DBD::Ingres.

It would appear that TZ is getting passed to the driver on the first connection (when the driver is installed) and doesn't see changes to $ENV{TZ} between the first connection and subsequent connections in the running script.

If this is a driver issue is there an "uninstall driver" method, such that subsequent connections will reload the driver in the running script so the changed $ENV{TZ} will be seen? If this is a DBI issue is there a way for the changed $ENV{TZ} value to be seen in the driver?

Thanks

Dennis
.