File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,9 +93,9 @@ class DatetimeWithSafeNone(datetime, _NoTime):
9393 '2025-06-18T21:06:43.730004'
9494 >>> DatetimeWithSafeNone("2025-06-18T21:06:43.730004").isoformat()
9595 '2025-06-18T21:06:43.730004'
96- >>> DatetimeWithSafeNone(b"\\ x07\\ xe9\\ x06\\ x12\\ x10\\ x18\\ x1c\\ x88\\ x6d\ \x01").isoformat()
96+ >>> DatetimeWithSafeNone(b"\x07\xe9\x06\x12\x10\x18\x1c\x88\x6d\x01").isoformat()
9797 '2025-06-18T16:24:28.028040+00:00'
98- >>> DatetimeWithSafeNone(b'\\ x07\\ xe9\\ x06\\ x12\\ x10\\ x18\\ x1c\\ x88m\ \x00').isoformat()
98+ >>> DatetimeWithSafeNone(b'\x07\xe9\x06\x12\x10\x18\x1c\x88m\x00').isoformat()
9999 '2025-06-18T16:24:28.028040'
100100 >>> DatetimeWithSafeNone(DatetimeWithSafeNone("2025-06-18")).isoformat()
101101 '2025-06-18T00:00:00'
You can’t perform that action at this time.
0 commit comments