# Second

The **Second** function returns an integer representing the second component of a specified date and time.

### Syntax

`Second(date)`

Function arguments:

* **date** (required) - the date or column containing date values from which the second component is extracted

### Example

`Second(Date("2007-08-14 07:11:05"))`

Extracts the second component from the specified date and time and returns `5` to represent five seconds into the eleventh minute of the hour.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.meetuma.ai/uma-knowledgebase/data-and-reporting/analytics-pro/functions/date-functions/second.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
