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 f1d2735 commit 75f4813Copy full SHA for 75f4813
packages/cubejs-schema-compiler/src/adapter/BigqueryQuery.ts
@@ -42,7 +42,7 @@ export class BigqueryQuery extends BaseQuery {
42
}
43
44
public convertTz(field) {
45
- return `TIMESTAMP(DATETIME(${field}), '${this.timezone}')`;
+ return `TIMESTAMP(DATETIME(${field}, '${this.timezone}'))`;
46
47
48
public timeStampCast(value) {
0 commit comments