A unix timestamp is a common way to tell time using computers (see date(1) - Linux manual page and time(2) - Linux manual page). It is defined as the number of seconds since midnight on the morning of 1970 UTC. For instance, right now the time stamp is 1708341418.
How do I convert a number like 1708341418 to “2024-02-19T06:17:44” or “Mon, 19 Feb 2024 06:17:44”? (I’m in Eastern Time right now, but I don’t mind if the time is in UTC or off by a few hours.)