Skip to content

Work schedule library

Choose a tag to compare

@point85 point85 released this 06 Jun 18:32
· 3 commits to master since this release
  • Updated to Python 3.13.4
  • DayOff: changed start datetime to time in int
  • Named: added Rotation.dayOff; Invalidated cached periods in addSegments()
  • Moved ShiftInstance to its own file
  • ShiftUtils: Use UTC to avoid timezone issues, improved formatTimedelta(), toRoundedSecond() - Standard rounding, improved compare()
  • Team: calculateWorkingTime() - rename toTime to toTimeOfDay
  • TeamMember: added setAddition() and setRemoval()
  • TimePeriod: changed start datetime to time in int; simplified timePlus()
  • WorkSchedule: fixed issue with deleteShift()