Fix TypeError in dashboard index for MySQL datetime handling
- Check if timestamp is string before calling fromisoformat() - MySQL returns datetime objects directly, SQLite returns strings - Fixes login error: 'fromisoformat: argument must be str'
Showing
Please
register
or
sign in
to comment