M
mandg
Is there a formula that I can use to calculate a date/time from a numbe
based on the fixed date of January 1, 1601?
If this sounds familiar to you, you'll know that I'm trying to conver
a large integer into a date/time format. In this case, I'm exportin
users from a domain controller and trying to view the LastLogonTim
variable that's only recorded as a large integer. If you're reall
nerdy, here's the gist of the topic.
http://www.microsoft.com/technet/scriptcenter/topics/win2003/lastlogon.mspx
Anyway, I've done enough of the calculations in Excel to convert th
variable into days. Now I just need to finish it by converting thi
number into a date/time.
Say, for example: I have one instance calculated to 147851.966 days
Now I need to determine what date/time this is based off of a Januar
01, 1601 start date.
Confusing enough
based on the fixed date of January 1, 1601?
If this sounds familiar to you, you'll know that I'm trying to conver
a large integer into a date/time format. In this case, I'm exportin
users from a domain controller and trying to view the LastLogonTim
variable that's only recorded as a large integer. If you're reall
nerdy, here's the gist of the topic.
http://www.microsoft.com/technet/scriptcenter/topics/win2003/lastlogon.mspx
Anyway, I've done enough of the calculations in Excel to convert th
variable into days. Now I just need to finish it by converting thi
number into a date/time.
Say, for example: I have one instance calculated to 147851.966 days
Now I need to determine what date/time this is based off of a Januar
01, 1601 start date.
Confusing enough