Fix timezone bug (#1543)

This commit is contained in:
Brian Cao 2022-09-27 17:18:16 -07:00 committed by GitHub
parent add7c5ebe9
commit b3d7d49448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ export default async (req, res) => {
getPageviewStats(websiteId, {
start_at: startDate,
end_at: endDate,
tz,
timezone: tz,
unit,
count: '*',
filters: {
@ -44,7 +44,7 @@ export default async (req, res) => {
getPageviewStats(websiteId, {
start_at: startDate,
end_at: endDate,
tz,
timezone: tz,
unit,
count: 'distinct pageview.',
filters: {