fix: timezone issue + improvements for funnel and conversion charts
This commit is contained in:
@@ -508,7 +508,10 @@ export class Query<T = any> {
|
||||
// Execution methods
|
||||
async execute(): Promise<T[]> {
|
||||
const query = this.buildQuery();
|
||||
console.log('query', query);
|
||||
console.log(
|
||||
'query',
|
||||
`${query} SETTINGS session_timezone = '${this.timezone}'`,
|
||||
);
|
||||
|
||||
const result = await this.client.query({
|
||||
query,
|
||||
|
||||
Reference in New Issue
Block a user