I am trying to figure out how to convert a BIGINT to a DATETIME. At first I thought they were Unixtime, but they aren't. (I tried with and without offsetting for our timezone: CST.)
I know the following:
3127196040 = '2003-01-30 12:48:00'
3113983920 = '2000-01-10 15:04:00'
I know this because the date/time column from my imported data represents the date/time stamps of the data CDs referenced. That is what the importing database stored.
So, I have that information, but I can't figure out WHY they are those values so I can't figure out the other date/time stamps.
TIA!
Dave
[]
I know the following:
3127196040 = '2003-01-30 12:48:00'
3113983920 = '2000-01-10 15:04:00'
I know this because the date/time column from my imported data represents the date/time stamps of the data CDs referenced. That is what the importing database stored.
So, I have that information, but I can't figure out WHY they are those values so I can't figure out the other date/time stamps.
TIA!
Dave
[]