You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix last month time period calculation to handle year boundaries
The LM (Last Month) case in getTimePeriod was using t.Month()-1 which
doesn't handle year boundaries correctly. Changed to use AddDate(0, -1, 0)
to properly calculate the previous month, fixing the failing test
TestGetTimePeriod/Last_Month_(LM).
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments