---
title: "Now"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/datetime/now
markdown: https://docs.nodetool.ai/nodes/lib/datetime/now.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/datetime/now.md
---

# Now

**Type:** `lib.datetime.Now`

**Namespace:** `lib.datetime`

## Description

Return the current date as ISO string, epoch ms, and a Date value.
    date, time, now, current

## Properties

_(none)_

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| iso | `str` |  |
| epoch_ms | `int` |  |
| date | `datetime` |  |

## Related Nodes

Browse other nodes in the [lib.datetime](./) namespace.
