LOCALTIMESTAMP

LOCALTIMESTAMP()

Description

Returns the local time, the return type is TIMESTAMP_NTZ

Example

select localtimestamp();
+---------------------+
| `localtimestamp`()  |
+---------------------+
| 2024-06-17 11:33:19 |
+---------------------+