We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe03731 commit 9923ebaCopy full SHA for 9923eba
portal/src/blogpost.py
@@ -50,7 +50,7 @@
50
meta["content"] = meta.get("description", words)
51
posts.append(meta)
52
posts = pd.DataFrame(posts)
53
-posts["date"] = pd.to_datetime(posts["date"]).dt.tz_localize("US/Pacific")
+posts["date"] = pd.to_datetime(posts["date"])
54
posts = posts.dropna(subset=["date"])
55
posts = posts.sort_values("date", ascending=False)
56
0 commit comments