Skip to main content

format_reset_utc

Function format_reset_utc 

Source
pub fn format_reset_utc(epoch: i64) -> String
Expand description

Formats a unix epoch as a HH:MMZ UTC clock time, e.g. 06:50Z. A zero or unparseable epoch renders ??:??Z rather than a misleading 00:00Z.