Function rin::util::timestamp_string_tz[][src]

pub fn timestamp_string_tz<TZ>(
    prefix: &str,
    timestamp: DateTime<TZ>,
    suffix: &str
) -> String where
    TZ: TimeZone