Skip to content

Commit

Permalink
Update calendar.ics
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent authored Aug 20, 2024
1 parent 1b52033 commit e32937e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar.ics
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}
Expand Down

0 comments on commit e32937e

Please sign in to comment.