How to convert timestamp to hours and minutes using php

I am working with php and right now i am trying to convert timestamp to minutes : seconds but unable to convert
Here is my current code

echo date('H:i:s', 1673247601);

I tried with following code but not working

echo date('H:i', 1673247601);