From 876e790ec70e9cab3035c543e8b93fb8fcdf1c2d Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Mon, 4 Nov 2024 11:41:14 -0500 Subject: [PATCH] DRIVERS-3011 test relaxed encoding of dates after year 9999 (#1676) --- source/bson-corpus/tests/datetime.json | 1 + 1 file changed, 1 insertion(+) diff --git a/source/bson-corpus/tests/datetime.json b/source/bson-corpus/tests/datetime.json index f857afdc36..1554341d29 100644 --- a/source/bson-corpus/tests/datetime.json +++ b/source/bson-corpus/tests/datetime.json @@ -24,6 +24,7 @@ { "description" : "Y10K", "canonical_bson" : "1000000009610000DC1FD277E6000000", + "relaxed_extjson" : "{\"a\":{\"$date\":{\"$numberLong\":\"253402300800000\"}}}", "canonical_extjson" : "{\"a\":{\"$date\":{\"$numberLong\":\"253402300800000\"}}}" }, {