craftutils.observation.epoch.Time.to_string()

Output a string representation of the Time or TimeDelta object.

Similar to str(self.value) (which uses numpy array formatting) but array values are evaluated only for the items that actually are output. For large arrays this can be a substantial performance improvement.

Returns

outstr

String representation of the time values.