Re: [PHP-DB] PDO::TIME_ZONE and or Initializing Query

2007-12-20 Thread Chris
Paul Rogers wrote: It would be helpful if the time zone of a session could be specified at the time of the connection. This would avoid the overhead of a separate database query and round-trip to the database server when a single, non-default time zone is needed for the duration of the connection

[PHP-DB] PDO::TIME_ZONE and or Initializing Query

2007-12-20 Thread Paul Rogers
It would be helpful if the time zone of a session could be specified at the time of the connection. This would avoid the overhead of a separate database query and round-trip to the database server when a single, non-default time zone is needed for the duration of the connection. Naturally there is