OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

kmip message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Fixed Protect Stop Date in BL-M-4-20 also has +10:00 time zone


From the KMIP Spec:
Date-Time values are POSIX Time values encoded as Long Integers. POSIX Time, as described in IEEE Standard 1003.1 [IEEE1003-1], is the number of seconds since the Epoch (1970 Jan 1, 00:00:00 UTC), not counting leap seconds.

So to get the real number of seconds for the Protect Stop Date I have to put the time below into UTC time first just to generate the proper TTLV
Can we change all of these to GMT please.


<RequestMessage>
  <RequestHeader>
    <ProtocolVersion>
      <ProtocolVersionMajor type="Integer" value="2"/>
      <ProtocolVersionMinor type="Integer" value="0"/>
    </ProtocolVersion>
    <BatchCount type="Integer" value="1"/>
  </RequestHeader>
  <BatchItem>
    <Operation type="Enumeration" value="Locate"/>
    <RequestPayload>
      <Attributes>
        <ObjectType type="Enumeration" value="SecretData"/>
        <ProtectStopDate type="DateTime" value="2000-01-01T00:00:00+10:00"/>
        <ProtectStopDate type="DateTime" value="2000-02-10T00:00:00+10:00"/>
      </Attributes>
    </RequestPayload>
  </BatchItem>
</RequestMessage>



Best,
Mark Joseph
P6R, Inc
408-205-0361


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]