We are in the process of implementing common client application for Microsoft Active Directory, LDAP and Apache DS. As part of our analysis below is the sample date formats from each LDAP server.
Microsoft Active Directory: Create Timestamp: 20200309090040.0Z
OpenLDAP: Create Timestamp: 20200303122535Z
ApacheDS: Create Timestamp: 20200224053308.405Z
We can see data formats changing between the LDAP servers. Could anyone help which format each server is following with appropriate pointer if any to handle all there servers in same code or same client.