-- Get today's date in Snowflake CURRENT_DATE() -- Get today's time in Snowflake CURRENT_TIME()
select current_date(), current_time(), current_timestamp();