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