Working with dates in the user attributes

Setting dates so that you can trigger launchers based on time

David Batey avatar
Written by David Batey
Updated over a week ago

When passing in dates for a user attribute e.g. When the user signed up, or when the user last logged in. Nickelled requires that you send it in as per the default JavaScript UTC timestamp format

"YYYY-MM-DDThh:mm:ssZ"

You can also include fractions of a second

"YYYY-MM-DDThh:mm:ss.sssZ"

Send in the dates UTC Offset: UTC +0 and ending with Z (short for Zulu time)


โ€‹

Did this answer your question?