Skip to content

Commit

Permalink
DRIVERS-3011 test relaxed encoding of dates after year 9999 (#1676)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinAlbs authored Nov 4, 2024
1 parent 9f1d416 commit 876e790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/bson-corpus/tests/datetime.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
{
"description" : "Y10K",
"canonical_bson" : "1000000009610000DC1FD277E6000000",
"relaxed_extjson" : "{\"a\":{\"$date\":{\"$numberLong\":\"253402300800000\"}}}",
"canonical_extjson" : "{\"a\":{\"$date\":{\"$numberLong\":\"253402300800000\"}}}"
},
{
Expand Down

0 comments on commit 876e790

Please sign in to comment.