I am getting wrong time from the server after posting update. I am using datetime function in the sql and Livestamp.js and Moment.js scripts.
CREATE TABLE `posts` (
`id` int(11) NOT NULL,
`userid` int(11) NOT NULL,
`image` varchar(255) NOT NULL,
`date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT;
Here is the example in the image, i have just posted the image but getting like 14 hours ago.