hourMinuteToIsoTime

fun hourMinuteToIsoTime(hour: Int, minute: Int): String

Formats an hour/minute pair as the zero-padded ISO HH:mm string TimePicker's schema stores/produces (selectedTime).