https://docs.dremio.com/software/sql-reference/sql-functions/functions/to_char/?parent=conversion
TO_CHAR( expression timestamp, format varchar)
I didn’t find any further explanation for the “format” parameter of the function. It looks like a Java date format string, but I’m not sure. Where can I find the documentation about formatting string values?