mirror of
https://github.com/vide/matedroid.git
synced 2026-01-20 00:03:17 +08:00
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>