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 hi...