Skip to content

Commit 24128fd

Browse files
authored
Merge pull request #2222 from sanscontext/patch-2
Clarify wording on timestamps + Personas note
2 parents 2eabaff + e4cd245 commit 24128fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connections/spec/common.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,10 @@ Sending data to the rest of our destinations is opt-out so if you don't specify
302302

303303
Every API call has four timestamps, `originalTimestamp`, `timestamp`, `sentAt` and `receivedAt.` They're used for very different purposes.
304304

305-
**All timestamps are [ISO-8601](http://en.wikipedia.org/wiki/ISO_8601) date strings.**
305+
**All timestamps are [ISO-8601](http://en.wikipedia.org/wiki/ISO_8601){:target="_blank"} date strings.**
306306

307307
> note ""
308-
> **NOTE:** ISO-8601 date strings with timezones included are required when using timestamps with [Personas](/docs/personas/). Sending custom traits without a timezone included in the timestamp will result in the value not being saved.
308+
> **NOTE:** You must use ISO-8601 date strings that include timezones when you use timestamps with [Personas](/docs/personas/). If you send custom traits without a timezone, Segment doesn't save the timestamp value.
309309
310310
### Timestamp Overview
311311

0 commit comments

Comments
 (0)