Subject: | change preffered method name: |
DateTime::Format::* does not have methods
timestamp_with_timezone
Notice, type has 'time zone' with space. This space should be replaced by '_' and not empty string:
InflateCOlumn::DateTime:137:
if ($data_type eq 'timestamp with time zone' || $data_type eq 'timestamptz') {
$info->{_ic_dt_method} = 'timestamp_with_timezone';
}
It should be renamed to: format_timestamp_with_time_zone
https://metacpan.org/pod/DateTime::Format::Pg