MyBB Community Forums

Full Version: how to change timestamp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i change timestamp from all posts and threads?
Is a sql query or something what can help me to do it easy?
Thanks.
Please view the answer below
UPDATE `mybb_threads` SET `dateline` = 'YOUR_TIMESTAMP', `lastpost` = 'YOUR_TIMESTAMP';
UPDATE `mybb_posts` SET `dateline` = 'YOUR_TIMESTAMP';
I changed "your_timesamp" to "today" And no show today show "Less than 1 minute ago"
I need to change merged posts

Any ideea?

Thanks
It needs to be a timestamp, not "today" (or do you mean you have used Today's timestamp?)
I used timesamp code 1474707902
but no show TODAY it show 1 minute ago

Anny ideea?
Thanks