We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598c316 commit 4156edaCopy full SHA for 4156eda
1 file changed
src/layouts/Layout.astro
@@ -335,7 +335,7 @@ import { OpenPanelComponent } from '@openpanel/astro';
335
visitor_id: window.__oseVisitorId,
336
source_page: window.location.pathname,
337
entry_page: sessionStorage.getItem('ose_entry') || window.location.pathname,
338
- timezone: Intl.DateTimeFormat().resolvedOptions().timeZone,
+ datetime: new Date().toISOString(),
339
locale: navigator.language,
340
utm_source: urlParams.get('utm_source') || undefined,
341
utm_medium: urlParams.get('utm_medium') || undefined,
0 commit comments