Skip to content

Returns the current date and time. Alias for NOW.

func.localtime()
func.localtime()
┌───────────────────────┐
'2024-06-15 14:30:00'
└───────────────────────┘
LOCALTIME()
SELECT LOCALTIME();
┌─────────────────────┐
2024-06-15 14:30:00
└─────────────────────┘