Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
SaaS
If you are self-hosting, what version of Baserow are you running?
N/A (using on baserow.io)
What are the exact steps to reproduce this issue?
Steps to reproduce
-
Create a new table in Baserow Cloud.
-
Add a Date field with time enabled (timezone support enabled).
-
Manually enter a date and time, for example:
27/08/2026 10:00
-
Add a Formula field.
-
Use the following formula:
datetime_format(field('Début'), "DD/MM/YYYY HH:mm")
- Compare the value displayed in the original Début field with the value returned by the formula.
Expected result
The formula should return exactly the same date and time as the original Date field.
Example:
- Début:
27/08/2026 10:00 - Formula:
27/08/2026 10:00
Actual result
The date is correct, but the time is incorrect.
Example:
- Début:
27/08/2026 10:00 - Formula:
27/08/2026 08:08
Another example:
- Début:
14:30 - Formula:
12:06
Additional information
field('Début')returns the correct value.totext(field('Début'))also returns the correct value.- The issue only occurs