[Solved]TimeFormatter has to output Days aswell

For my Project i need to be able to convert seconds into DD:HH:MM:SS but the TimeFormatter Function can only output HH:MM:SS. How could i convert the code to also output days like [1:20:43:10] and not just [34:43:10]. Since i only have a little knowledge on JS i would probably need full code or instructions on how i could code it myself. Thanks in advance :).

Thanks to Profile - MeX1Co - GDevelop Forum i found out what i had to do. Ill post it here for people who need it.
Time2 is the time in seconds.