sec2time

This is a formatting utility that converts raw seconds (integers) into human-readable time strings. It is essential for displaying remaining or elapsed time on digital screens or operator dashboards.
When to use this node:
* Custom Countdown Displays: Taking the raw seconds from the GameTimer and formatting them into a "MM:SS" string for players to see on a monitor.
* Post-Game Reports: Displaying the final completion time in a "HH:MM:SS" format for souvenir photos or leaderboards.
Connectors in
- seconds [type: integer]
- format [type: string]
Connectors out
- value [type: string]
Node properties
- format [type: string]