Function build_data::format_time

source ·
pub fn format_time(epoch: i64) -> String
Expand description

Formats the epoch timestamp as a UTC time like "13:02:59Z".

Panics when epoch is negative.