Here are the complete steps to change the date of a post, to look as if it had been written on the changed date.
- Rename the entry's data file name to the desired date
- Rename, accordingly to the entry's data file name, the content of
the corresponding
cat_X.db
file in which the entry reside (it seems not to be updated bynb -u all
or anything else) - Eventually correct the date in the DATE field of the entry using
nb -e #id
, correcting the day name too (thanks to thecal(1)
utility)
Hum. I think there may be a better way to do this.