Christian Hood 5aaa5cfed8 Fix timezone hazard in financing start_date guard
Replace new Date(date_string) + getFullYear/getMonth with direct string
parsing (split('-').map(Number)) so month comparisons are never shifted
by UTC offset. Affects both buildVirtualPaychecks and generatePaychecks.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 20:39:47 -04:00
Description
No description provided
432 KiB
Languages
JavaScript 91.4%
CSS 8.2%
Dockerfile 0.3%
HTML 0.1%