The Data Explorer claims that the most recent data is from Dec 7th thru 13th, for all sites.

But, it was pointed out to me that this query returns an invalid row (NullUserException earned the badge as of Nov. 15th).
So then I made this query and it claims that NullUserException only has 107 badges, with the latest earned on Nov. 12th.
However, NullUserException actually has 115 badges -- all of them earned well before this latest SEDE update!
So what went wrong with the SEDE data? And, how can we make sure that it won't happen again?
Update:
As Conrad Frix points out, none of the data in SO appears to be updated!
I verified this with this query. Indeed, the query on several other sites, shows that apparently no data in the SEDE is newer than Nov 13th.
The "most recent" date displays are lies "suboptimal"!

SELECT max(date) , (SELECT max(creationdate) FROM posts), (SELECT max(creationdate) FROM users) FROM badgeseverything comes up with11/13/2011which probably indicates that the Data.SE home Page is a liar – Some Helpful Commenter Dec 14 '11 at 22:49