Cavalier Programming - Articles, Cheat Sheets, Code Snippets
Blue Header
Header Fade
Google
Web www.morecavalier.com
Grey Fade

Apps -> LDAP timestamp converter

Last updated: September 12, 2007 18:24 EDT


This simple JavaScript app converts an LDAP timestamp into a human readable string. What I call an LDAP timestamp are the badPasswordTime, lastLogon, and pwdLastSet in Microsoft's Active Directory Schema. According to MSDN, this timestamp represents the number of 100 nanosecond intervals since January 1, 1601 (UTC).

LDAP timestamp to String

LDAP timestamp:

  

String:

UTC:



Comments add a comment