Function time_format::strftime_utc[][src]

pub fn strftime_utc(
    format: &'static str,
    ts_seconds: u64
) -> Result<String, Error>
Expand description

Returns the current time in the specified format, in the UTC time zone. The time is assumed to be the number of seconds since the Epoch.