Time Clock – Daily Changelog – September 15, 2025

Daily Changelog – September 15, 2025

Fixes

  • Fixed break constraint violation in time clock import by adding validation to skip breaks with identical start/end times
  • Updated import scripts to check break_end > break_start before insertion in all import processes
  • Added logging for invalid breaks to help debug future import issues
  • Prevented database constraint violation errors during time clock data import

Notes

  • Import process now handles edge cases where break start and end times are identical
  • All import scripts (Python and JavaScript) now include proper break validation