[MAKE Reworked app] HH:mm missing in Date (Accurate to minutes) field

I can’t get HH:mm to show up in the Date field (“Accurate to minutes” is set). It shows as 00:00.

While testing i store the exact same date-time-stamp in a Date and a Text field, but it only shows the correct value in the Text column.

Date and Text columns:
image

The MAKE formula is: {{formatDate(now; “YYYY-MM-DD HH:mm”)}} as specified in the API

What am i missing?