Quote:
Originally Posted by Replicant
To the best of my knowledge, in vb5, the only way to modify the date/time of a post is direct database manipulation in the node table, either the created column or the publishdate column (I don't remember which). Date/Times are stored in Unix Timestamp format. It's not difficult, but I would do a DB backup before doing any queries.
|
That's what I was afraid of, touching the DB always gives me lots of worry. Ill backup and give it try.
Thanks for the heads up
--------------- Added [DATE]1451607838[/DATE] at [TIME]1451607838[/TIME] ---------------
I found the spot with the date in Unix format. How safe is it to edit the table directly? I have a back-up but I don't want to go thru the trouble of a restore if I don't need to.
Do I need to change the date anywhere else?
Happy New Year