Commit 0b1c408
Fix test_session_start_time failure on Python 3.10
datetime.fromisoformat() only supports up to 6 fractional-second
digits (microseconds) on Python 3.10. Truncate nanosecond precision
before parsing.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 274fc3a commit 0b1c408
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
| 556 | + | |
556 | 557 | | |
557 | 558 | | |
558 | 559 | | |
| 560 | + | |
| 561 | + | |
559 | 562 | | |
560 | 563 | | |
561 | 564 | | |
| |||
0 commit comments