fix: fix pageviews not include timezone problem

This commit is contained in:
moonrailgun 2024-02-25 20:14:23 +08:00
parent ce891e9254
commit 439eb83748

View File

@ -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) {