How to set effective date in dexterity

I have tried this but this will cause other problems, e.g
plone.app.layout.viewlets.content.isExpired

    if base_hasattr(self.context, 'expires'):
        return self.context.expires().isPast()

will fail.
And don't know about the indexing side effects.