Timestampz data type for Postgres not correct data type for binding

Wappler Version : 2.5.6
Operating System : Mac OSX 10.15.3

Expected behavior

What do you think should happen?

Postgres Timestamptz column is recognized as a date data type on both the server connect side and on the UI side when binding.

Actual behavior

What actually happens?
When using the Postgres Timestamptz data type wappler thinks it is a text field for binding. A prior bug fix enabled correct interpretation as a data field on the server connect side but it still thinks it is a text field when binding on the UI side.

How to reproduce

Use Postgres and a column of Timestamptz type.

Thank you for the help.

Screen Shot 2020-02-17 at 5.38.14 PM
Screen Shot 2020-02-17 at 5.37.37 PM

Bump