Postgresql timestamp is showed in blank

I have a field defined as timestamp in postgresql (fecha timestamp without time zone). If I don’t define the field , it shows it to me as “2024-03-03 13:31:25.052+01” if I put $crud->fieldType(‘fecha’, ‘datetime’); He makes it blank for me. How is a postgres timestamp field defined in grocerycrud?

I have trucated the field to ‘second’ and change de type to timestramp without tz and its works. Thank

1 Like