Hi,
I'm using CURRENT_TIMESTAMP in my SQL database.
when echoing the date, it returns:
Dec 31, 1969
Is this something I can change to fix this? Or is this a problem to do with the servers.
Regards,
Josh Harwood
Hi,
I'm using CURRENT_TIMESTAMP in my SQL database.
when echoing the date, it returns:
Dec 31, 1969
Is this something I can change to fix this? Or is this a problem to do with the servers.
Regards,
Josh Harwood
Last edited by bocharwood; 03-06-2011 at 04:03 PM.
Why did you make a timestamp column auto-increment?
Auto-increment starts at 1 and goes up one each time. It is not a time/date field.
Nothing is always absolutely so.
My bad,
It's not a Auto_Increment.
Question still stands though,