The following query does not transpile anymore ``` SELECT TIME(15, 30, 00) as time_hms, TIME(DATETIME '2008-12-25 15:30:00') AS time_dt, TIME(TIMESTAMP '2008-12-25 15:30:00+08', 'America/Los_Angeles') as time_tstz; ``` Checj at https://labs.starlake.ai/ 
The following query does not transpile anymore
Checj at https://labs.starlake.ai/