in reply to
Class::DBI and custom columns
Typically when you pull data into Class::DBI objects you would turn timestamp fields into date objects with a has_a like the one shown in the documentation. Then you use perl to format it however you want.
Comment on
Re: Class::DBI and custom columns
In Section
Seekers of Perl Wisdom