Stuck at home and unable to have my mentor assist me as they are not allowed to visit. I've looked at documentation and after hours of trying I am turning to Stack Exchange for the first time. Apologies if this has been asked elsewhere.
I have an epoch time in a variable (int, right? or a float - not sure what is best), say, 1601863560000 - how do I convert that to my timezone and print out %h:%m:%s %d/%m/%y? I see people talking about installing pandas and tzlocal (whichever library is fine).
Thank you.