Viewing post 1 (of 1 total)
The unix time stamp is merely the number of seconds between a particular date and the Unix Epoch,
SELECT DATEDIFF(SECOND,{d '1970-01-01'},GETDATE()) //...
July 3, 2018 at 4:20 am
#1996109