Skip to content

Commit 2943892

Browse files
committed
remove unused
1 parent e24ec9c commit 2943892

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/cubejs-schema-compiler/src/adapter/BaseQuery.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2818,10 +2818,6 @@ export class BaseQuery {
28182818
return this.join && this.join.multiplicationFactor[cubeName];
28192819
}
28202820

2821-
inIntegrationTimeZone(date) {
2822-
return moment.tz(date, this.timezone);
2823-
}
2824-
28252821
inDbTimeZone(date) {
28262822
return inDbTimeZone(this.timezone, this.timestampFormat(), date);
28272823
}

0 commit comments

Comments
 (0)