cassandra@ycqlsh> EXPAND ON;
Now Expanded output is enabled
cassandra@ycqlsh> SELECT currentdate(), currenttimestamp(), currenttime() FROM system.local;
@ Row 1
--------------------+---------------------------------
currentdate() | 2022-09-29
currenttimestamp() | 2022-09-29 14:16:54.314000+0000
currenttime() | 14:16:54.314873000
(1 rows)