
Hi everyone,
I try to convert the timestamp from active directory (accountExpires field)
132556896000000000 representing : 1/21/2021 12:00:00 AM Pacific Standard Time
If possible, I would like to use arrow who work nice to work with dates/time
The simplest will be to convert the AD timestamp in "Arrow timestamp" first. But I don't know how is constructed the arrow timestamp :/ (I supposes unix time ? )
https://arrow.readthedocs.io/en/stable/
Any ideas ?
I try to convert the timestamp from active directory (accountExpires field)
132556896000000000 representing : 1/21/2021 12:00:00 AM Pacific Standard Time
Microsoft reference Wrote:This value represents the number of 100-nanosecond intervals since January 1, 1601 (UTC).
If possible, I would like to use arrow who work nice to work with dates/time
The simplest will be to convert the AD timestamp in "Arrow timestamp" first. But I don't know how is constructed the arrow timestamp :/ (I supposes unix time ? )
https://arrow.readthedocs.io/en/stable/
Any ideas ?