George G
George G
@harikt @pmjones please can you take look at this?
For example: `convert_tz(field, @@session.time_zone, to_desired_timezone)`, and this does not matter you use in selection or in where clause. There are many different cases as I mentioned before like `COUNT(DISTINCT field))`,...
I tried the following, but it does not work: ``` "extra": { "google/apiclient-services": [ "Analytics", "AnalyticsReporting" ] } ``` I'm having issues with: Class "Google_Service_AnalyticsReporting" not found, [form this guide](https://developers.google.com/analytics/devguides/reporting/core/v4/quickstart/service-php?hl=en_US)...
@francislavoie yes, issue still exists. The query you run might not have issues, but when you use builder like: `$query = $queryFactory->newSelect();` `$query->from("customer");` `$query->cols(['convert_tz(open_from, customer.time_zone, @@session.time_zone) open_now']);` `$query->where('customer.id=123');`