Skip to main content

builtin_dot_posixct

Function builtin_dot_posixct 

Source
fn builtin_dot_posixct(
    args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

.POSIXct — construct a POSIXct object from numeric seconds.

@param xx numeric: seconds since epoch @param tz character: timezone (default “”) @return POSIXct object @namespace base