Skip to content

Commit c71ca1e

Browse files
authored
CSHARP-5340: Test encoding dates after year 9999 with Relaxed Extended… (#1651)
1 parent a0d5337 commit c71ca1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

specifications/bson-corpus/tests/datetime.json

+1
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)