Function cel_interpreter::functions::timestamp
source ยท pub fn timestamp(value: Arc<String>) -> Result<Value, ExecutionError>Expand description
Timestamp parses the provided argument into a Value::Timestamp value.
The
pub fn timestamp(value: Arc<String>) -> Result<Value, ExecutionError>Timestamp parses the provided argument into a Value::Timestamp value.
The