We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b62638 commit de7332fCopy full SHA for de7332f
packages/cubejs-dremio-driver/driver/DremioQuery.js
@@ -43,7 +43,6 @@ class DremioQuery extends BaseQuery {
43
* @see https://docs.dremio.com/cloud/reference/sql/sql-functions/functions/CONVERT_TIMEZONE/
44
*/
45
convertTz(field) {
46
-
47
return `CONVERT_TIMEZONE('${this.timezone}', ${field})`;
48
}
49
0 commit comments