pyacs.lib.timeperiod.epoch_end

TimePeriod.epoch_end implementation.

pyacs.lib.timeperiod.epoch_end.epoch_end(self)[source]

Return the end time as Unix timestamp (epoch seconds).

Returns:

End time in epoch seconds.

Return type:

int

Raises:

TimePeriodUndefinedError – If the period is not defined.