Date issue

We’re having a serious issue with timestamps after adding a new database inside Wappler.

Previously, all timestamps from our queries were returned in proper UTC ISO format like:

2025-11-04T08:55:00.000Z

After adding the new DB connection, the format suddenly changed to:

2025-11-03 22:30:00+00

This is causing wrong times to appear on user dashboards, and customers are now complaining. Both databases are on the same PostgreSQL 14 instance, so this inconsistency doesn’t make sense.

Our setup:

  • PostgreSQL 14

  • Node.js 18 (Docker)

  • Wappler 6.8.0

We need guidance on how to force all timestamps back to strict UTC ISO format and understand why adding a new DB changed the behavior.