Skip to content

Commit 3321a8e

Browse files
committed
ical shenanigans
1 parent e8f66a3 commit 3321a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/calendar-deadlines.ics

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ X-PUBLISHED-TTL:PT1H{% for conf in site.data.conferences %}
1919
{%- assign tz = tz[1] -%}
2020
{%- endif -%}
2121
{%- else -%}
22-
{%- assign tz = "+0" -%}
22+
{%- assign tz = "-12" -%}
2323
{%- endif -%}
2424
{%- capture desc -%}<a href="{{conf.link}}">{{ conf.conference }} {{ conf.year }}</a> found on <a href="https://pythondeadlin.es">PythonDeadlin.es</a>.{%- endcapture -%}
2525
{% if conf.workshop_deadline and conf.workshop_deadline != "TBA" %}

0 commit comments

Comments
 (0)