Make time from some given values using MySQL. Values are hour is 15, minute is 25 and second is 36:

MAKETIME(15,25,36)
15:25:36