looks like 'timeZone=UTC' connection string property is not working from the sqlline command line tool only. Using java code, I was able to get the UTC time with CURRENT_TIMESTAMP after passing 'timeZone=UTC' in JDBC connection string.
'timeZone=UTC'
CURRENT_TIMESTAMP