Skip to content

Commit

Permalink
docs: spelling error (#2146)
Browse files Browse the repository at this point in the history
  • Loading branch information
cutterbl committed Mar 16, 2022
1 parent fff9e62 commit 3e92d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/guides/Dates.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ const events = [
]
```

The other thing to remember is that the `Date`s you provide to the Calendar will, by default, be displayed in the browser's native local timezone and culture, regarless of any offsets. This is how JS `Date`s work in browsers today. If you need to display dates and times in a specific timezone, other than the browser native, then you should review our <LinkTo kind="guides-timezones">Timezones Guide</LinkTo> on using a <LinkTo kind="props" story="localiizer">localizer</LinkTo> that supports timezone conversions.
The other thing to remember is that the `Date`s you provide to the Calendar will, by default, be displayed in the browser's native local timezone and culture, regardless of any offsets. This is how JS `Date`s work in browsers today. If you need to display dates and times in a specific timezone, other than the browser native, then you should review our <LinkTo kind="guides-timezones">Timezones Guide</LinkTo> on using a <LinkTo kind="props" story="localiizer">localizer</LinkTo> that supports timezone conversions.

**Side Note:** Storing your date/time values in UTC (Zulu) date format (YYYY-MM-DDTHH:mm:ssZ) will make these types of transformations much easier to work with.

0 comments on commit 3e92d09

Please sign in to comment.