extern crate chrono;
use Once;
use crateget_uptime;
use *;
/// Get the btime (boot time) by subtract the current uptime from the current unix epoch timestamp.
///
/// ```rust
/// extern crate mprober_lib;
///
/// use mprober_lib::btime;
///
/// let btime = btime::get_btime();
///
/// println!("{}", btime);
/// ```