Comment timestamps were being overwritten with CURRENT_TIMESTAMP during import, causing infinite sync loops between hosts as each import would update timestamps. Added ImportIssueComment() method that accepts and preserves the original timestamp from JSONL, and updated importComments() to use it. Closes #735