Files
archived-matedroid/app
Davide Ferrari ceb5ae3cc9 fix: use RFC3339 date format for API date filtering
The TeslamateApi parseDateParam function expects RFC3339 format
with time component (2024-12-07T00:00:00Z), not date-only format.

- Start date: append T00:00:00Z
- End date: append T23:59:59Z
- Pass dates directly to load functions to avoid race conditions
- Remove unused DateTimeFormatter

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-14 19:36:05 +01:00
..