How to configure the correct time format including the time zone?

Hello,

my API expects this format:

2026-02-20T05:40:44+01:00

What I do now, is this:

It won’t work for DST, since the +1 could change to +2.
What variable do I have to add to the date format, in order to make it work?