Calendar

No edit summary
(rm times, and fix timezone offsets)
Line 1: Line 1:
{{events nav}}
{{events nav}}
Note that the times below are '''Australian Eastern times''' (including DST when relevant).


{{#cargo_query:
{{#cargo_query:
  | tables = events
  | tables = events
  | fields = _pageName,
  | fields = _pageName,
             DATE_ADD(start_date, INTERVAL timezone * 60 * 60 SECOND) = start,
             DATE_FORMAT(DATE_ADD(start_date, INTERVAL timezone * 60 * 60 SECOND), "%Y-%m-%d") = start,
             DATE_ADD(end_date, INTERVAL timezone * 60 * 60 SECOND) = end,
             DATE_FORMAT(DATE_ADD(end_date, INTERVAL timezone * 60 * 60 SECOND), "%Y-%m-%d") = end,
             description
             description
  | format = calendar
  | format = calendar

Revision as of 02:29, 2 February 2022

Discuss this page