/w/index.php?title=Home&diff=2&oldid=1
Marking as a MediaWiki core issue, as it doesn't make sense for a revision to have a "dynamic" timestamp like that. Presumably the database field got nulled or something, but this is the wrong way to handle it.
/w/index.php?title=Home&diff=2&oldid=1
Marking as a MediaWiki core issue, as it doesn't make sense for a revision to have a "dynamic" timestamp like that. Presumably the database field got nulled or something, but this is the wrong way to handle it.
Yeah, timestamp is blank:
MariaDB [foundationwiki_p]> select * from revision where rev_id = 1\G
*************************** 1. row ***************************
rev_id: 1
rev_page: 3
rev_text_id: 0
rev_comment:
rev_user: 0
rev_user_text:
rev_timestamp:
rev_minor_edit: 0
rev_deleted: 0
rev_len: 37
rev_parent_id: 0
rev_sha1: 52bg87vryq4ill63osp3cv3edb9mezj
rev_content_model: NULL
rev_content_format: NULL
1 row in set (0.00 sec)Also has no user name, which is interesting.
Don't know whether this is really worth fixing, unless a lot of wikis have empty revision timestamps...
This is marked as a MediaWiki software issue. I said in the description:
Marking as a MediaWiki core issue, as it doesn't make sense for a revision to have a "dynamic" timestamp like that. Presumably the database field got nulled or something, but this is the wrong way to handle it.
This is GIGO. If the database is corrupt then the wiki produces nonsense, and there's no reason this should be supported. Inclined to decline or dupe to T369675