Commit 7ca581d
fix dateconv test: correct JavaScript Date month parameter
JavaScript Date constructor uses 0-based months, so month 1 is February, not January.
Changed from month 1 to month 0 to properly test January 2nd, 2006.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 23fb7ae commit 7ca581d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments