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.