Skip to content

Commit 4156eda

Browse files
Replace timezone with full ISO datetime in partner_metadata
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 598c316 commit 4156eda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ import { OpenPanelComponent } from '@openpanel/astro';
335335
visitor_id: window.__oseVisitorId,
336336
source_page: window.location.pathname,
337337
entry_page: sessionStorage.getItem('ose_entry') || window.location.pathname,
338-
timezone: Intl.DateTimeFormat().resolvedOptions().timeZone,
338+
datetime: new Date().toISOString(),
339339
locale: navigator.language,
340340
utm_source: urlParams.get('utm_source') || undefined,
341341
utm_medium: urlParams.get('utm_medium') || undefined,

0 commit comments

Comments
 (0)