In a SQL Server Database, I have some data relative to date and times stored. I have two columns : StartTime and EndTime, which contains two values :
635193180000000000
into StartTime and
635193216000000000
into EndTime.
I have searched how to convert this into "classic time" like "September 04th 2013" but it is not Unix time and I don't know which format it is..?