if(seconds < 10) format(string, sizeof(string), "%d:%d", minutes, seconds); else format(string, sizeof(string), "%d:%d", minutes, seconds);