SyntaxFix
Write A Post
Hire A Developer
Questions
If you have epoch in milliseconds a possible solution is convert to seconds:
import time time.ctime(milliseconds/1000)
For more time functions: https://docs.python.org/3/library/time.html#functions
time