class MyDate: timestamp = None @classmethod def set_timestamp(cls, timestamp): cls.timestamp = timestamp @classmethod def utcnow(cls): return cls.timestamp