fix: fix pageviews not include timezone problem
This commit is contained in:
parent
ce891e9254
commit
439eb83748
@ -41,6 +41,7 @@ export const WebsiteOverview: React.FC<{
|
|||||||
startAt: startDate.valueOf(),
|
startAt: startDate.valueOf(),
|
||||||
endAt: endDate.valueOf(),
|
endAt: endDate.valueOf(),
|
||||||
unit,
|
unit,
|
||||||
|
timezone: getUserTimezone(),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
select(data) {
|
select(data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user