# LOCALTIMESTAMP

The `LOCALTIMESTAMP()` function returns the current time, in the local time zone.

## Syntax

```
LOCALTIMESTAMP()
LOCALTIME()

```

## Return Type

`DATETIME`

## Examples

```sql
SELECT LOCALTIMESTAMP();

```

```output

+---------------------+
| LOCALTIMESTAMP()    |
+---------------------+
| 2015-03-04 01:13:06 |
+---------------------+

```

**Related Topics**

* [Data Types](https://docs.singlestore.com/db/v9.1/reference/sql-reference/data-types.md)

***

Modified at: June 26, 2026

Source: [/db/v9.1/reference/sql-reference/date-and-time-functions/localtimestamp/](https://docs.singlestore.com/db/v9.1/reference/sql-reference/date-and-time-functions/localtimestamp/)

(An index of the documentation is available at /llms.txt)
