Re: timestamps saved to ldap

2012-07-24 Thread Ben Poliakoff
* 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

Re: timestamps saved to ldap

2012-07-24 Thread Russ Allbery
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

Re: timestamps saved to ldap

2012-07-24 Thread Oliver Loch
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.

timestamps saved to ldap

2012-07-24 Thread Jim Shi
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