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 e8f66a3 commit 3321a8eCopy full SHA for 3321a8e
_layouts/calendar-deadlines.ics
@@ -19,7 +19,7 @@ X-PUBLISHED-TTL:PT1H{% for conf in site.data.conferences %}
19
{%- assign tz = tz[1] -%}
20
{%- endif -%}
21
{%- else -%}
22
- {%- assign tz = "+0" -%}
+ {%- assign tz = "-12" -%}
23
24
{%- capture desc -%}<a href="{{conf.link}}">{{ conf.conference }} {{ conf.year }}</a> found on <a href="https://pythondeadlin.es">PythonDeadlin.es</a>.{%- endcapture -%}
25
{% if conf.workshop_deadline and conf.workshop_deadline != "TBA" %}
0 commit comments