Skip to content

Commit

Permalink
Align datetime formats in the JavaScript source (web client) and SQL …
Browse files Browse the repository at this point in the history
…sink (BigQuery)
  • Loading branch information
ndebuhr committed Dec 4, 2022
1 parent bea2703 commit 723d945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Create a Custom HTML tag in Google Tag Manager. Replace "WEBSITE_STREAM_ENDPOIN
"user_agent": navigator.userAgent,
"scroll_x": window.scrollX,
"scroll_y": window.scrollY,
"timestamp": Date.now()
"timestamp": (new Date).toISOString()
};
var options = {
method: "POST",
Expand Down

0 comments on commit 723d945

Please sign in to comment.