@MAKETIME[n] :  Returns a time (formatted using the Time Separator specified in Regional Settings). n is interpreted as the number of seconds since midnight, and must not exceed 86399. This function is the inverse of @TIME.

 

Examples:

 

echo %@maketime[45240]

12:34:00

 

echo %@maketime[79244]

22:00:44