pub fn format_timestamp(epoch: u64) -> Result<String, String>
Formats the epoch timestamp as a UTC timestamp like "20201-05-04T13:02:59Z".
"20201-05-04T13:02:59Z"
Returns an error when epoch is out of range.
epoch