openHAB 5.1 FRITZ!Box 7590 AX List of Caller

Hello, i’m new in openHAB. My System is Version 5.1.1 on a HP Microserver Gen 10 with Debian 13.

I have read the list of calls with the script from my Fritzbox.
The script is from here: t/fritzbox-call-overview/28430 in this Community

This script work fine and it will make a *.csv like this:

sep=;
Typ;Datum;Name;Rufnummer;Landes-/Ortsnetzbereich;Nebenstelle;Eigene Rufnummer;Dauer
2;25.01.26 18:01;Name of Caller;0123456789;Sample City;;Internet: 123456;0:00
1;24.01.26 20:52;Name of Caller;0123456789;Sample City;Mobilteil 1;Internet: 123456;0:02
4;24.01.26 20:52;Name of Caller;0123456789;;Mobilteil 1;Internet: 123456;0:01
1;22.01.26 11:58;Name of Caller;0123456789;Sample City;Mobilteil 3;Internet: 123456;0:02

Now my question is, in this csv-list the time from a call will be hours and minutes. When i look into the list on my telephone the time is in minutes and seconds. What is the right way for the script to become the time in minutes and seconds?

thx for answers that can help me