mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Fix timezone bug (#1543)
This commit is contained in:
parent
add7c5ebe9
commit
b3d7d49448
@ -29,7 +29,7 @@ export default async (req, res) => {
|
|||||||
getPageviewStats(websiteId, {
|
getPageviewStats(websiteId, {
|
||||||
start_at: startDate,
|
start_at: startDate,
|
||||||
end_at: endDate,
|
end_at: endDate,
|
||||||
tz,
|
timezone: tz,
|
||||||
unit,
|
unit,
|
||||||
count: '*',
|
count: '*',
|
||||||
filters: {
|
filters: {
|
||||||
@ -44,7 +44,7 @@ export default async (req, res) => {
|
|||||||
getPageviewStats(websiteId, {
|
getPageviewStats(websiteId, {
|
||||||
start_at: startDate,
|
start_at: startDate,
|
||||||
end_at: endDate,
|
end_at: endDate,
|
||||||
tz,
|
timezone: tz,
|
||||||
unit,
|
unit,
|
||||||
count: 'distinct pageview.',
|
count: 'distinct pageview.',
|
||||||
filters: {
|
filters: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user