You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add coverage for naive datetime ISO8601 assume-UTC fallback
The _format_datetime_iso8601 function silently assumes UTC for naive
(timezone-unaware) datetimes by appending +00:00. This path had no
test coverage. Add tests documenting the behavior: UTC assumption,
microsecond preservation, and the naive-in/aware-out round-trip
asymmetry.
Closes #166.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments