""" Slixmpp: The Slick XMPP Library Copyright (C) 2010 Nathanael C. Fritz This file is part of Slixmpp. See the file LICENSE for copying permission. """ import logging import datetime as dt from slixmpp.xmlstream import ElementBase from slixmpp.plugins import xep_0082 from slixmpp.thirdparty import tzutc, tzoffset class EntityTime(ElementBase): """ The