Skip to content

Commit

Permalink
Correct another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Aug 30, 2017
1 parent ba84c0f commit 7169bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/deserialization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The final stored datetime takes this field into account and adds the correct off
and builds the `start` and `end` fields with the proper timezone, depending on the `timezone` field. It also returns the datetime object with the proper timezone offset.

If using Plone 4 and p.a.event 1.x you should construct the Event type using this approach, otherwise the Event object will be created with a wrong timezones.
If using Plone 4 and p.a.event 1.x you should construct the Event type using this approach, otherwise the Event object will be created with a wrong timezone.

This approach was counterintuitive, and thus, it was changed it Plone 5 version of p.a.event.

Expand Down

0 comments on commit 7169bee

Please sign in to comment.