We are using 0.10.3 version of react-big-calendar and facing the Timezone issue discussed here. Unfortunately we made some custom changes to the 0.10.3 version, so we can't apply that fix(provided in that library for the latest versions) to the version we are using. How to apply the fix in the older version 0.10.3 without upgrading it to a new version?
Asked
Active
Viewed 37 times
0
-
There is no general way per se to do it. You'd need to take the PR and backport it to your fork adopting to your codebase. – Yury Tarabanko Oct 21 '20 at 13:42
1 Answers
0
The (0.36.0) latest version of RBC has full timezone support now, when using either the momentLocalizer
or the new luxonLocalizer
. Doc site isn't up to date yet, but if you run the 'examples' locally you'll find all the info.

Steve -Cutter- Blades
- 5,057
- 2
- 26
- 40