Skip to content

Commit

Permalink
feat: add timezone info for airstream and csvs (#142)
Browse files Browse the repository at this point in the history
* feat: add timezone info for airstream and csvs

* refactor: rewording

---------

Co-authored-by: Paul Razvan Berg <[email protected]>
  • Loading branch information
gavriliumircea and PaulRBerg authored Apr 25, 2024
1 parent 9f2d2f7 commit 0428d10
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 9 additions & 2 deletions docs/apps/features/02-airstreams.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

:::
Expand Down
3 changes: 2 additions & 1 deletion docs/apps/guides/03-csv-support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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".<br /><br/>
**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)<br /><br/> **Timezones**: The dates and times extracted from the CSV are
processed using the same timezone as the locales of the client's device.

:::

Expand Down

0 comments on commit 0428d10

Please sign in to comment.