mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Fix timezone bug (#1543)
This commit is contained in:
parent
add7c5ebe9
commit
b3d7d49448
1 changed files with 2 additions and 2 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue