* Jim Shi [20120724 15:33]:
> The timestamp saved to ldap has a 'Z' at the end. For example:
>
> krbLastPwdChange: 20120719221721Z
>
> What does 'Z' stand for here?
As others have said, "it's the time zone".
In particular "Zulu Time":
http://www.timeanddate.com/library/abbreviations/timez
Jim Shi writes:
> The timestamp saved to ldap has a 'Z' at the end. For example:
> krbLastPwdChange: 20120719221721Z
> What does 'Z' stand for here?
UTC (sometimes known as GMT). See ISO 8601 (although the date format
doesn't use that exact format since it's missing the T separator).
--
Rus
Hi,
it's the timezone. If you check the LDAP field in the schema definition you can
see the syntax that is used:
attributetype ( 2.16.840.1.113719.1.301.4.45.1
NAME 'krbLastPwdChange'
EQUALITY generalizedTimeMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.
The timestamp saved to ldap has a 'Z' at the end. For example:
krbLastPwdChange: 20120719221721Z
What does 'Z' stand for here?
Thanks
Jim
Kerberos mailing list Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos