Skip to content

Commit d9d2e5a

Browse files
committed
docs: update localization.mdx
1 parent d8ce7bc commit d9d2e5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/docs/localization.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@ import { DayPicker, defaultLocale } from "react-day-picker";
5656
5757
## Changing the Time Zone {#time-zone}
5858
59-
| Prop Name | Type | Description |
60-
| ---------- | -------- | ---------------------------------------------- |
61-
| `timeZone` | `string` | Set a time zone for the dates in the calendar. |
62-
6359
:::warning Experimental Feature
6460
6561
Time zones are supported by the `TZDate` object by the [@date-fns/tz](https://github.com/date-fns/tz) package. If you encounter any issues, please [report them](https://github.com/gpbl/react-day-picker/issues). Thank you!
6662
6763
:::
6864
65+
| Prop Name | Type | Description |
66+
| ---------- | -------- | ---------------------------------------------- |
67+
| `timeZone` | `string` | Set a time zone for the dates in the calendar. |
68+
6969
Use the `timeZone` prop to set a different time zone for the calendar. See [Wikipedia](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)
7070
for a list of the possible values.
7171

0 commit comments

Comments
 (0)