This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
ldap:ad_field_format [2022/03/14 11:57] manu |
ldap:ad_field_format [2022/03/14 14:16] (current) manu |
||
---|---|---|---|
Line 24: | Line 24: | ||
Converting this value to EPOCH: | Converting this value to EPOCH: | ||
epoch_seconds=((windows_value_100nano)-(11644473600000 * 10000)) /10000000 | epoch_seconds=((windows_value_100nano)-(11644473600000 * 10000)) /10000000 | ||
+ | | ||
+ | Once converted to EPOCH, you can use the linux date command like this | ||
+ | date -d@1646642232 +"%Y-%m-%d %H:%M:%S" | ||
+ |