> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-mintlify-5b6e02fd.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# OutputDatetimeItem - Python SDK

> OutputDatetimeItem method reference

<Warning>
  The Python SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/python-sdk/issues).
</Warning>

An openrouter:datetime server tool output item

## Fields

| Field      | Type                                                                                                     | Required             | Description              | Example   |
| ---------- | -------------------------------------------------------------------------------------------------------- | -------------------- | ------------------------ | --------- |
| `datetime` | *str*                                                                                                    | :heavy\_check\_mark: | ISO 8601 datetime string |           |
| `id`       | *Optional\[str]*                                                                                         | :heavy\_minus\_sign: | N/A                      |           |
| `status`   | [components.ToolCallStatus](/client-sdks/python/api-reference/components/toolcallstatus)                 | :heavy\_check\_mark: | N/A                      | completed |
| `timezone` | *str*                                                                                                    | :heavy\_check\_mark: | IANA timezone name       |           |
| `type`     | [components.OutputDatetimeItemType](/client-sdks/python/api-reference/components/outputdatetimeitemtype) | :heavy\_check\_mark: | N/A                      |           |
