debff3a447
The by_hty_id variants incorrectly used string_to_datetime which expects %Y-%m-%d %H:%M:%S format, but the API sends date-only %Y-%m-%d. Switching to string_to_date fixes silent query failures. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>