LOCALTIME (Lakehouse v2)
Returns the current date and time. Alias for NOW.
Analyze Syntax
Section titled “Analyze Syntax”func.localtime()Analyze Examples
Section titled “Analyze Examples”func.localtime()
┌───────────────────────┐│ '2024-06-15 14:30:00' │└───────────────────────┘SQL Syntax
Section titled “SQL Syntax”LOCALTIME()SQL Examples
Section titled “SQL Examples”SELECT LOCALTIME();
┌─────────────────────┐│ 2024-06-15 14:30:00 │└─────────────────────┘