Help with time transformation

Hi,i have a Number item that gives my the number of seconds that my dishwasher and i want to transform it to hh:mm format so can display right at my dishwasher widget.Any idea where to look for?

Use an Item of type Number:Time and set the state description’s pattern to show hh:mm using Formatter (Java SE 17 & JDK 17). For example: %1$tH:%1$tM:%1$tS which shows hours, minutes, seconds.

thnx,i almost had it,but i had the item as a plain Number… :slight_smile: )