The filter now accepts both datetime objects and string representations. This fixes AttributeError when datetime fields are stored/returned as strings instead of datetime objects from the database. Changes: - Added string parsing logic for common datetime formats - Tries multiple format patterns (ISO, standard, with/without microseconds) - Returns original string if parsing fails (graceful degradation) - Maintains full datetime object support Fixes errors on: - /customers (autotask_last_sync_at) - /logging (created_at) - /admin/all-mail (received_at, parsed_at) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| containers/backupchecks | ||
| deploy | ||
| docs | ||
| .gitignore | ||
| .last-branch | ||
| build-and-push.sh | ||
| LICENSE | ||
| README.md | ||
| version.txt | ||