From ea25daa8b772824c79967ea2a794e5259f249413 Mon Sep 17 00:00:00 2001 From: Rock Campbell Date: Wed, 10 Jun 2026 20:36:05 +0000 Subject: [PATCH] Fix post date timezone (server is UTC, not CT) --- content/posts/you-can-do-it.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/you-can-do-it.md b/content/posts/you-can-do-it.md index 08f595a..7cdc79d 100644 --- a/content/posts/you-can-do-it.md +++ b/content/posts/you-can-do-it.md @@ -1,6 +1,6 @@ --- title: "You Can Do It" -date: 2026-06-10T20:33:00-05:00 +date: 2026-06-10T20:33:00Z draft: false description: "What do you do with that quiet sting when someone else lands the thing you wanted? Marcus Aurelius has an answer — and it's not what the resentful part of your brain wants to hear." tags: ["Stoicism", "Daily Stoic", "Marcus Aurelius", "reflection"]