def utcnow(cls): """Return a datetime object representing current time.""" result = cls._now() return datetime_to_fakedatetime(result)