Calendar

No edit summary
No edit summary
Line 6: Line 6:
  | tables = events
  | tables = events
  | fields = _pageName,
  | fields = _pageName,
             DATE_FORMAT(DATE_ADD(start_date, INTERVAL timezone * 60 * 60 SECOND), '%Y-%m-%s') = start,
             DATE_ADD(start_date, INTERVAL timezone * 60 * 60 SECOND) = start,
             end_date = end,
             DATE_ADD(end_date, INTERVAL timezone * 60 * 60 SECOND) = end,
             description
             description
  | format = calendar
  | format = calendar

Revision as of 02:20, 2 February 2022

Note that the times below are Australian Eastern times (including DST when relevant).


Discuss this page