fn interp_print_posixct( args: &[RValue], named: &[(String, RValue)], context: &BuiltinContext<'_>, ) -> Result<RValue, RError>
Print a POSIXct object to stdout.
@param x a POSIXct object to print @return x, invisibly