Skip to main content

builtin_sys_time

Function builtin_sys_time 

Source
fn builtin_sys_time(
    _args: &[RValue],
    _named: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Get the current date-time as a POSIXct value.

@return a POSIXct object representing the current instant