Q13
Single choice
Review the following expression rule:
if (
ri!updateDate = today(),
"Updated Today",
"Updated" & ri!updateDate
)
The updatedDate is of type "Date", and current datetime is 01/01/2023 5:00 PM GMT+00:00.
What is the output of this expression if the value of updatedDate was saved as today() one(1) hour ago?