Skip to content

Commit 876e790

Browse files
authored
DRIVERS-3011 test relaxed encoding of dates after year 9999 (#1676)
1 parent 9f1d416 commit 876e790

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/bson-corpus/tests/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)