diff --git a/docs/apps/features/02-airstreams.mdx b/docs/apps/features/02-airstreams.mdx index cf405175..e866042b 100644 --- a/docs/apps/features/02-airstreams.mdx +++ b/docs/apps/features/02-airstreams.mdx @@ -12,7 +12,7 @@ distributing token streams to millions called **Airstreams**. Start exploring at ## Easy 3-step process -Create large campaigns by following 3 straightforward steps: +Create a campaign by following these three simple steps: 1. Configure the initial details (e.g., token, cancelability) 2. Upload the CSV containing a list of recipients @@ -22,10 +22,17 @@ Create large campaigns by following 3 straightforward steps: | -------------------------------------------- | ------------------------------------------------------- | | ![Step 1](/screenshots/airstream-create.png) | ![Step 2](/screenshots/airstream-create-recipients.png) | +:::warning Caveat about Date and Time + +All the dates and times in the CSV are considered to be in the same timezone as the locales of the airstream creator's +device. + +::: + :::info With the official app you can distribute up to 50k+ streams per campaign. If you'd like to support more, you can do so -by using a self-hosted [merkle service](/api/merkle-api/intro). Feel free to get in touch for more details or premium +by using a self-hosted [Merkle service](/api/merkle-api/intro). Feel free to get in touch for more details or premium support. ::: diff --git a/docs/apps/guides/03-csv-support.mdx b/docs/apps/guides/03-csv-support.mdx index d1065cee..71333169 100644 --- a/docs/apps/guides/03-csv-support.mdx +++ b/docs/apps/guides/03-csv-support.mdx @@ -102,7 +102,8 @@ Bellow you can find a list with each possible column, a short description and an **Dates**: All the columns that use the "date" type should have the following format: "DD/MM/YYYY HH:mm".

**Durations**: All the columns that use the "duration" type should have the following format: "**x** years **y** days -**z** hours". (Each particle is of course optional) +**z** hours". (Each particle is optional)

**Timezones**: The dates and times extracted from the CSV are +processed using the same timezone as the locales of the client's device. :::