Describe the bug
The streak calculator appears to use UTC for the "end of day" cutoff. For users in timezones like IST (UTC+5:30), commits made late in the evening or early in the morning are being misaligned, causing the streak to reset or show an incorrect start date even when the GitHub contribution grid is fully green.
Expected behavior
The tool should use the &timezone= parameter to define the 24-hour window for a "day" so that local streaks match the visual GitHub contribution graph.
Desktop
- OS: [windows]
- Browser [chrome]
- Version [latest]
Additional context
The GitHub profile shows a continuous streak.
The tool shows a broken or shortened streak.
The issue persists even when the timezone parameter is provided in the URL.
Describe the bug
The streak calculator appears to use UTC for the "end of day" cutoff. For users in timezones like IST (UTC+5:30), commits made late in the evening or early in the morning are being misaligned, causing the streak to reset or show an incorrect start date even when the GitHub contribution grid is fully green.
Expected behavior
The tool should use the &timezone= parameter to define the 24-hour window for a "day" so that local streaks match the visual GitHub contribution graph.
Desktop
Additional context
The GitHub profile shows a continuous streak.
The tool shows a broken or shortened streak.
The issue persists even when the timezone parameter is provided in the URL.