Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't figure out what this value represents...

Status
Not open for further replies.

Geates

Programmer
Aug 25, 2009
1,566
US
I have some code that returns the a date of the last SCCM heartbeat on a machine. It contains a value that I can not decypher. I was hoping someone might be able to tell me what it is. What is [red]157258080[/red]?

sys_data.lastlogon0 is the number of nanoseconds since Jan, 1, 1900 (I think)

Code:
dateadd(n, (sys_data.lastlogon0/600000000) - [red][b]157258080[/b][/red], 0) as 'last heartbeat'

-Geates


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top