Skip to content

Commit 49c39f5

Browse files
committed
change testing date for %D so it is more legible to non-US readers
1 parent 5c1d957 commit 49c39f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_strptime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ def test_strptime_T_format(self):
664664
)
665665

666666
def test_strptime_D_format(self):
667-
test_date = "10/26/2025"
667+
test_date = "11/28/2025"
668668
self.assertEqual(
669669
time.strptime(test_date, "%D"),
670670
time.strptime(test_date, "%m/%d/%Y")

0 commit comments

Comments
 (0)