[][src]Function coreutils_core::os::time::local_time

pub fn local_time(timestamp: i64) -> Result<Tm>

Get the time structure with local time offset.

Errors

If a internal call set a errno (I/O OS error), an error variant will be returned.