---
title: NOW
url: https://www.tines.com/docs/formulas/functions/now/
kind: formula-function
---

*[tines.com](https://www.tines.com/llms.txt) › [Docs](https://www.tines.com/llms.txt) › [Formulas](https://www.tines.com/llm/docs/formulas.md) › [Functions](https://www.tines.com/llm/docs/formulas/functions.md)*

# NOW

*[View on tines.com](https://www.tines.com/docs/formulas/functions/now/)*

Returns the current date and time in UTC.

**Categories:** Dates/Times

## Syntax

```
NOW()
```

## Examples

### Example 1

Formula:

```
NOW()
```

Output:

```json
"2025-05-14T09:21:09.483+00:00"
```

## Sample actions

```json
{
  "standardLibVersion": "19",
  "actionRuntimeVersion": "4",
  "agents": [
    {
      "disabled": false,
      "name": "NOW",
      "description": "",
      "options": {
        "mode": "message_only",
        "loop": false,
        "payload": {
          "now": "=NOW()"
        }
      },
      "position": {
        "x": 1290,
        "y": 1110
      },
      "type": "eventTransformation",
      "timeSavedUnit": "minutes",
      "timeSavedValue": 0,
      "monitorAllEvents": false,
      "monitorFailures": false,
      "monitorNoEventsEmitted": null,
      "form": null,
      "cardIconName": null,
      "createdFromTemplateGuid": null,
      "createdFromTemplateVersion": null
    }
  ],
  "links": [],
  "diagramNotes": []
}
```
