I have a column that's defined as timestamp with time zone default now() not null.
When I try to set its value using ZonedDateTime, I get the above exception.
It seems that .getParameterTypeName returns timestamp with time zone instead of timestamptz.