Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-9384

BSON spec conflicts with documentation over Timestamp structure

      Timestamp - Special internal type used by MongoDB replication and sharding. First 4 bytes are an increment, second 4 are a timestamp.

      Source: http://bsonspec.org/spec.html

      Timestamp values are a 64 bit value where:

      • the first 32 bits are a time_t value (seconds since the Unix epoch)
      • the second 32 bits are an incrementing ordinal for operations within a given second.

      Source: https://docs.mongodb.com/v3.2/reference/bson-types/#timestamps

            Assignee:
            andrew.feierabend@mongodb.com Andrew Feierabend (Inactive)
            Reporter:
            jmikola@mongodb.com Jeremy Mikola
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:
              4 years, 23 weeks, 5 days ago