Sha256: 210aac6193c8a34e5b5bc0d66fee9920dd41f4963cc7fbdbd502f087ba50f85e

Contents?: true

Size: 485 Bytes

Versions: 26

Compression:

Stored size: 485 Bytes

Contents

{
    "description": "Timestamp type",
    "bson_type": "0x11",
    "test_key": "a",
    "valid": [
        {
            "description": "Timestamp: (123456789, 42)",
            "bson": "100000001161002A00000015CD5B0700",
            "extjson": "{\"a\" : {\"$timestamp\" : {\"t\" : 123456789, \"i\" : 42}}}"
        }
    ],
    "decodeErrors": [
        {
            "description": "Truncated timestamp field",
            "bson": "0f0000001161002A00000015CD5B00"
        }
    ]
}

Version data entries

26 entries across 25 versions & 2 rubygems

Version Path
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/bson-4.2.1/spec/support/corpus-tests/timestamp.json
tdiary-5.0.4 vendor/bundle/gems/bson-4.2.1/spec/support/corpus-tests/timestamp.json
bson-4.2.1-java spec/support/corpus-tests/timestamp.json
bson-4.2.1 spec/support/corpus-tests/timestamp.json
bson-4.2.0-java spec/support/corpus-tests/timestamp.json
bson-4.2.0 spec/support/corpus-tests/timestamp.json