Skip to content

Commit

Permalink
[fc] Repository: plone.app.event
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2025-01-23T00:00:20+01:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: plone/plone.app.event@e3f3e39

Support `icalendar` 6 by forcing it to use its `pytz` timezone implementation.

The new `zoneinfo` support in `icalendar` 6 does not work for us yet, giving indexing problems.
So we call `icalendar.use_pytz` at startup.
If this fails, we must be using an older version where `pytz` is the only option anyway, so we ignore this.

Files changed:
A news/6.bugfix
M plone/app/event/__init__.py
Repository: plone.app.event

Branch: refs/heads/master
Date: 2025-01-23T11:01:02+01:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: plone/plone.app.event@7985b0f

Merge pull request #419 from plone/icalendar-6-pytz

Support icalendar 6 by forcing it to use pytz

Files changed:
A news/6.bugfix
M plone/app/event/__init__.py
  • Loading branch information
mauritsvanrees committed Jan 23, 2025
1 parent 0bb2afb commit e999665
Showing 1 changed file with 22 additions and 44 deletions.
Loading

0 comments on commit e999665

Please sign in to comment.