#[no_mangle]
pub unsafe extern "C" fn nstd_time_time() -> f64
This is supported on crate feature nstd_time only.
Expand description

Gets the time in seconds since the unix epoch.

Returns

NSTDFloat64 time - Number of seconds since unix epoch.