#! /usr/bin/env python3 class timeobject(object): def __init__(self, value=0): self.data = value self.units = '' self.calendar = ''