Convert Unix timestamp to human-readable date and time
What is Epoch time? It's the number of seconds (or milliseconds) that have elapsed since January 1, 1970 00:00:00 UTC. It's commonly used in programming to store dates and times.
Supports both seconds (10 digits) and milliseconds (13 digits) formats