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.