Skip to content

Commit 4272733

Browse files
text fixes
1 parent fc0aa72 commit 4272733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/timezone.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This guide explains how react-datepicker handles timezones and provides solutions for common timezone-related scenarios.
44

5-
## Using the `timeZone` Prop (Issue #1787)
5+
## Using the `timeZone` Prop
66

77
React-datepicker now supports a `timeZone` prop that allows you to display and handle dates in a specific timezone, regardless of the user's local timezone. This feature requires the optional `date-fns-tz` peer dependency.
88

@@ -107,7 +107,7 @@ function TokyoCalendar() {
107107

108108
---
109109

110-
## The "Date is One Day Off" Problem (Issue #1018)
110+
## The "Date is One Day Off" Problem
111111

112112
One of the most commonly reported issues is that the selected date appears to be "one day off" when converted to a string or sent to a server. This is **not a bug** in react-datepicker—it's the expected behavior of JavaScript Date objects.
113113

0 commit comments

Comments
 (0)