Skip to content

Conversation

@rcoldiron
Copy link
Contributor

Fixed calendar timezone rendering to show Django setting's timezone

Description of change

Added datetime conversion to the EventIndexPage page method for getting events

Documentation

Included the change in the release notes

Tests

Manually tested in the local testproject.

@rcoldiron rcoldiron requested a review from vsalvino September 8, 2021 20:46
@rcoldiron rcoldiron linked an issue Sep 8, 2021 that may be closed by this pull request
@vsalvino
Copy link
Contributor

Since we were deep-diving on the event code, I used this as an opportunity to make a few maintenance updates:

  • Upgraded fullcalendar.js to 5.9
  • Made some corresponding changes to calendar display settings based on fullcalendar 5.9 changes.
  • Force fullcalendar 5.9 to display events in TIME_ZONE and add a message showing such below the calendar.

@vsalvino vsalvino merged commit 263cd67 into dev Sep 10, 2021
@vsalvino vsalvino deleted the calendar branch September 10, 2021 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Calendar does not render dates in Django's timezone.

3 participants