> For the complete documentation index, see [llms.txt](https://docs.cascade.io/cascade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cascade.io/cascade/functions-and-expressions/functions/date-time/now.md).

# NOW

NOW()

Returns a timestamp corresponding to the local system date and time.

### Arguments

None

### Outputs

Date/time value(s).

### Example

```
NOW()
>> 12/08/2021 06:49:37
```
