I'm using the AGE( ) function of Postgres on a retool managed database to calculate the date difference between two dates.
Running the query directly on the database via sql gives following output:
Running the same query inside the app gives following output:
As you can see, all zero values are ommited.
Can anyone try to reproduce this behaviour please, i have this dates (dd.mm.yyyy):
Start: 03.12.2010
End: 03.01.2024