from response i get date time stamp like this '1663935188183'
. I used python datetime.fromtimestamp()
function and print date in full format '2022-09-23 14:13:08.183000'
My question is. Can i extract from function above just hours, minutes and secods ?