From e32937e64724f92801f486e8a786ed3dc182a501 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Tue, 20 Aug 2024 13:51:42 -0400 Subject: [PATCH] Update calendar.ics --- calendar.ics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar.ics b/calendar.ics index 3fbf80f..5f93ee3 100644 --- a/calendar.ics +++ b/calendar.ics @@ -11,7 +11,7 @@ CALSCALE:GREGORIAN METHOD:PUBLISH {%- assign episodes = site.episodes | where: "posted", "false" | sort: 'time' %} {%- for episode in episodes %} -{% assign local_time = episode.start-time | date: "%s" -%} +{% assign utc_time = episode.start-time | date: "%s" -%} BEGIN:VEVENT UID:{{ episode.guid }} DTSTAMP:{{ utc_time | date: "%Y%m%dT%H%M%SZ" }}