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