FormatDate adds 2 or 3 minutes

Welcome to the Make community!

This is not a bug. You are using the wrong format token for minutes.

According to the Tokens you can use to format a date variable, you can use mm (minutes) instead of MM (months).

e.g.:
{{ formatDate(parseDate(1.WorkshopStartDateTime; "YYYY-MM-DD HH:mm:ss"; "Europe/London"); "YYYY-MM-DD HH:mm"; "Europe/Prague") }}

Output:
Screenshot_2025-02-23_100257

For more information, see Date Format links below.

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

Getting Started

Help Centre Basics

Articles & Videos

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.