All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 41s
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>