def time(self): if self: return Time(self.hour, self.minute, self.second, self.microsecond) return Time()