I'd like to have a way of getting all data from Pg (and all DBDs) to pass DateTime objects rather than strings. Where should this be done?
a) DBD::Pg::DateTime b) DateTime::DBD::Pg (as above, just a different name) c) $dbh->post_process_column_type('timestamp_tz', \&makedt) (would need to be done by owner of DBD::Pg) d) DateTime::Format::DBI (wrapper around DBI to do the translations) e) other
I suggest that you ask Tim Bunce about it.
Tim?
David
