19: Google
Hello @Blogger @Google @sundarpichai All my blog posts are showing the time stamp of December 31, 1969! What's going on? Can you fix this? Or no? pic.twitter.com/DA1dMqkXuS
— Paramendra Kumar Bhagat (@paramendra) March 19, 2026
This is a classic Unix epoch timestamp glitch — nothing mysterious or unique to your blog, but a common symptom when a system's internal "published date" field gets set to zero (or fails to load properly). Unix time starts at January 1, 1970, 00:00:00 UTC (the "epoch"). A value of 0 converts to December 31, 1969 in most Western time zones (like US/Canada) because of the offset from UTC. Blogger (Google's blogging platform, which hosts blogspot.com sites) stores post dates as Unix timestamps, so when that field is missing, blank, or corrupted, every post falls back to this exact date. Why is this happening to all your posts right now?It usually points to one of these in Blogger:
- A recent platform glitch or backend hiccup (there's an active report in the official Blogger Help Community from the past couple of days describing the exact same thing: posts showing Dec 31, 1969 and not sorting to the top of the page).
- Posts that were edited, refreshed, imported, or scheduled recently — the publish timestamp sometimes fails to save.
- Rarely, a custom theme/template bug where the date variable isn't pulling correctly.
- Log into Blogger dashboard → Posts → click Edit on a post.
- On the right sidebar, expand Post settings.
- Click Published on (or Schedule if it shows).
- Set the correct original (or current) date and time.
- Click Done → Update (or Publish if it was a draft).
- Repeat for every post.
- After fixing a few, refresh your blog page (hard refresh with Ctrl/Cmd + Shift + R) to confirm.
- If you want to hide dates temporarily while you fix everything, go to Theme → Edit HTML and search for <data:post.dateHeader/> (or similar date tags) — you can comment it out or wrap it in a conditional. But fixing the dates is better long-term.
- If this started after an import/export or theme change, double-check that the XML backup had proper <published> tags.
- Still happening after fixes? Post in the official Blogger Help Community (search for "December 31, 1969" — you'll see the recent thread) and include your blog URL. Google staff sometimes jump in on widespread bugs.
Comments
Post a Comment