From 9e6f63bdb51b4fca3bff62a1b869624c146a51be Mon Sep 17 00:00:00 2001 From: joeynmq <37472597+joeynmq@users.noreply.github.com> Date: Thu, 18 Apr 2024 17:48:59 +0800 Subject: [PATCH 1/3] Update common.md --- src/connections/spec/common.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/spec/common.md b/src/connections/spec/common.md index 383ea09782..53b233912f 100644 --- a/src/connections/spec/common.md +++ b/src/connections/spec/common.md @@ -248,7 +248,7 @@ Sending data to the rest of Segment's destinations is opt-out so if you don't sp Every API call has four timestamps, `originalTimestamp`, `timestamp`, `sentAt`, and `receivedAt.` They're used for very different purposes. -**All timestamps are [ISO-8601](http://en.wikipedia.org/wiki/ISO_8601){:target="_blank"} date strings.** +**All timestamps are [ISO-8601](http://en.wikipedia.org/wiki/ISO_8601){:target="_blank"} date strings, and are in the UTC timezone.** > info "" > You must use ISO-8601 date strings that include timezones when you use timestamps with [Engage](/docs/engage/). If you send custom traits without a timezone, Segment doesn't save the timestamp value. From bebf1125262c50145d39710864396133144e2be8 Mon Sep 17 00:00:00 2001 From: joeynmq <37472597+joeynmq@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:35:22 +0800 Subject: [PATCH 2/3] Update common.md --- src/connections/spec/common.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/spec/common.md b/src/connections/spec/common.md index 53b233912f..a1c25819b2 100644 --- a/src/connections/spec/common.md +++ b/src/connections/spec/common.md @@ -248,7 +248,7 @@ Sending data to the rest of Segment's destinations is opt-out so if you don't sp Every API call has four timestamps, `originalTimestamp`, `timestamp`, `sentAt`, and `receivedAt.` They're used for very different purposes. -**All timestamps are [ISO-8601](http://en.wikipedia.org/wiki/ISO_8601){:target="_blank"} date strings, and are in the UTC timezone.** +**All timestamps are [ISO-8601](http://en.wikipedia.org/wiki/ISO_8601){:target="_blank"} date strings, and are in the UTC timezone.** To see the user's timezone information, please check the `timezone` field that's automatically collected by client-side libraries listed [here](/docs/connections/spec/common/#context-fields-automatically-collected). > info "" > You must use ISO-8601 date strings that include timezones when you use timestamps with [Engage](/docs/engage/). If you send custom traits without a timezone, Segment doesn't save the timestamp value. From aba47ec3842cf4b8839f91cd0d13e5623b1c8169 Mon Sep 17 00:00:00 2001 From: pwseg <86626706+pwseg@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:42:15 -0500 Subject: [PATCH 3/3] cleanup --- src/connections/spec/common.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/spec/common.md b/src/connections/spec/common.md index a1c25819b2..26a36c011a 100644 --- a/src/connections/spec/common.md +++ b/src/connections/spec/common.md @@ -248,7 +248,7 @@ Sending data to the rest of Segment's destinations is opt-out so if you don't sp Every API call has four timestamps, `originalTimestamp`, `timestamp`, `sentAt`, and `receivedAt.` They're used for very different purposes. -**All timestamps are [ISO-8601](http://en.wikipedia.org/wiki/ISO_8601){:target="_blank"} date strings, and are in the UTC timezone.** To see the user's timezone information, please check the `timezone` field that's automatically collected by client-side libraries listed [here](/docs/connections/spec/common/#context-fields-automatically-collected). +**All timestamps are [ISO-8601](http://en.wikipedia.org/wiki/ISO_8601){:target="_blank"} date strings, and are in the UTC timezone.** To see the user's timezone information, check the `timezone` field that's automatically collected by [client-side libraries](/docs/connections/spec/common/#context-fields-automatically-collected). > info "" > You must use ISO-8601 date strings that include timezones when you use timestamps with [Engage](/docs/engage/). If you send custom traits without a timezone, Segment doesn't save the timestamp value.