- Issue created by @ishore
Hello
I'm trying to use this module to convert an LDAP timestamp into a Unix timestamp. The LDAP timestamp is read from an LDAP database. The number is 133373360810908120. I started by trying to divide the number by 10000000, and the result was very wrong. So I then tried just adding one to the number (@attribute_3 + 1), and got a result of 19.333733608109.
Any idea what is happening here?
Active
3.0
Code