Skip to content

Commit 6ef9135

Browse files
authored
PYTHON-4884 Test encoding dates after year 9999 with Relaxed Extended JSON (#2437)
1 parent 36bb704 commit 6ef9135

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.evergreen/spec-patch/PYTHON-4884.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

test/bson_corpus/datetime.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
{
2525
"description" : "Y10K",
2626
"canonical_bson" : "1000000009610000DC1FD277E6000000",
27+
"relaxed_extjson" : "{\"a\":{\"$date\":{\"$numberLong\":\"253402300800000\"}}}",
2728
"canonical_extjson" : "{\"a\":{\"$date\":{\"$numberLong\":\"253402300800000\"}}}"
2829
},
2930
{

0 commit comments

Comments
 (0)