patgre Posted October 8, 2017 Share Posted October 8, 2017 hello, whats format its last online date in intersect.db? example = "5248110611630626154" its not unix  thanks for help Link to comment Share on other sites More sharing options...
0 jcsnider Posted July 17, 2018 Share Posted July 17, 2018 Great question. In C# we use the DateTime class and store the value using the ToBinary() function: https://msdn.microsoft.com/en-us/library/system.datetime.tobinary(v=vs.110).aspx?f=255&MSPPError=-2147217396  It stores the ticks and whether or not the time is local or utc.. I believe we use local time for everything. Link to comment Share on other sites More sharing options...
Question
patgre
hello,
whats format its last online date in intersect.db?Â
example = "5248110611630626154"
its not unix
Â
thanks for help
Link to comment
Share on other sites
1 answer to this question
Recommended Posts