-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
3
-
Microsofts Active Directory uses two different formats to store dates. Currently these values are imported as plain text, which especially for the second format (see below) sadly does not help at all.
It would be really helpful if Insight converted these values to readable datetimes automatically.
Generalized Time
example: 20180705131341.0Z
result: 05.07.2018 15:13:41
example fields: whenChanged, whenCreated
Microsoft OID for Time
example: 131799092312363246
result: 28.08.2018 07:53:51
example fields: lastLogon, badPasswordTime, pwdLastSet
- links to
[JSDSERVER-8008] LDAP import: parse datetime values correctly
Support reference count | New: 3 |
Labels | Original: affects-server insight-l | New: affects-server insight-l ril |
Remote Link | New: This issue links to "Internal ticket (Web Link)" [ 977630 ] |
UIS | Original: 2 | New: 1 |
UIS | Original: 1 | New: 2 |
UIS | Original: 2 | New: 1 |
UIS | Original: 3 | New: 2 |
UIS | New: 3 |
Description |
Original:
Microsofts Active Directory uses two different formats to store dates.Currently these values are imported as plain text, which especially for the second format (see below) sadly does not help at all.It would be really helpful if Insight converted these values to readable datetimes automatically.
*Generalized Time* example: 20180705131341.0Z result: 05.07.2018 15:13:41 example fields: whenChanged, whenCreated *Microsoft OID for Time* example: 131799092312363246 result: 28.08.2018 07:53:51 example fields: lastLogon, badPasswordTime, pwdLastSet |
New:
Microsofts Active Directory uses two different formats to store dates. Currently these values are imported as plain text, which especially for the second format (see below) sadly does not help at all.
It would be really helpful if Insight converted these values to readable datetimes automatically. *Generalized Time* example: 20180705131341.0Z result: 05.07.2018 15:13:41 example fields: whenChanged, whenCreated *Microsoft OID for Time* example: 131799092312363246 result: 28.08.2018 07:53:51 example fields: lastLogon, badPasswordTime, pwdLastSet |
Is there a way to convert Microsoft OID for Time to any readable one using simple java format like hh:mm:ss?