PDA

View Full Version : Changing time of posts


kenneth2000
06-23-2009, 09:29 AM
Hello,

I am trying to change the time the posts were made on my forum.
I was gong to set the time of the posts to: the time they were posted minus 60 second.

However, being of only simple mind i tried:

UPDATE post SET dateline='dateline-60'

It didn't work !

Does anyone know how this could be done ?

best,
Ken

SBlueman
06-23-2009, 09:35 AM
Try this modification:

https://vborg.vbsupport.ru/showthread.php?t=200952&highlight=change+post+time

kenneth2000
06-23-2009, 09:41 AM
thanks i'll try it.

currently everything is 1.1.1970 !

--------------- Added 1245755457 at 1245755457 ---------------

yeah that works but only one post at a time :mad: .....does anyone know what the sql
command would look like to set the time back for say 1 minute....

it should be something like:

UPDATE post SET dateline='dateline-60'

Lynne
06-23-2009, 02:28 PM
UPDATE post SET dateline=dateline-60