Files
sepehr 5d960cad4e
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 41s
fix: correct month/day swap in schedule time calculation
The en-US Intl format is MM/DD/YYYY but the regex parsing was assigning
capture group 1 (month) to day and capture group 2 (day) to month.
For day 26+ this created an invalid month value (26), causing
RangeError: Invalid time value when formatting the date.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-26 12:12:09 +02:00
..