Function rin::util::timestamp_path_tz[][src]

pub fn timestamp_path_tz<P, TZ>(
    folder: P,
    prefix: &str,
    timestamp: DateTime<TZ>,
    suffix: &str,
    extension: &str
) -> PathBuf where
    P: AsRef<Path>,
    TZ: TimeZone