event.models.mixins
Classes
Contains all attributes events and ocurrences share. |
Module Contents
- class event.models.mixins.OccurrenceMixin[source]
Bases:
onegov.core.orm.mixins.ContentMixinContains all attributes events and ocurrences share.
The
startandenddate and times are stored in UTC - that is, they are stored internally without a timezone and are converted to UTC when getting or setting, seeUTCDateTime. Use the propertieslocalized_startandlocalized_endto get the localized version of the date and times.