[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: modifyTimestamp



refer to RFC 2252

5.1.2. modifyTimestamp

   This attribute SHOULD appear in entries which have been modified
   using the Modify operation.

    ( 2.5.18.2 NAME 'modifyTimestamp' EQUALITY generalizedTimeMatch
      ORDERING generalizedTimeOrderingMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
      SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation )


Generalized Time
ASN.1 ID: 1.3.6.1.4.1.1466.115.121.1.24
the year, month, day, hour, minute, optionally seconds, and time zone (GMT
is recommended for the time zone and uses Z as its symbol).

/s


On Tue, 3 Feb 2004, Nacho Diaz Asenjo wrote:

> El mar, 03-02-2004 a las 13:51, Beast escribió:
> > What is the value of modifyTimestamp attributes and how to convert to human readable date?
> >
> >
> > --beast
>
> For example
> createTimestamp: 20040203111600Z
> modifyTimestamp: 20040203111600Z
>
> What is the meaning of the 20040203111600Z string ??
>
>
> 2004 - year
> 02 - month
> 03 - day
> ---
> 11 - hour
> 16 - minutes
> 00 - seconds
> ---
> Z -- letter
>
>
>