Extensions

Search Extensions

Allow Only Location-Based Time Zones for Events

This extension will allow “UTC” and all location-based time zonesĀ (e.g. “America/Chicago”) but will not allow manual offsets like “UTC+1”.

One of the biggest headaches for all stakeholders (you, your visitors, and even us) is when an event’s time is incorrect.

Location-based time zones or “UTC” itself are really the only time zones that should ever be used because they know how to adjust for past, present and future observances of Daylight Savings Time (DST).

Did you know?

  • Not every location currently observes DST
    • Some areas observe it for a while, then don’t, then do again a few years later.
    • For example, ArgentinaĀ observed DST in 1930ā€“1969, 1974, 1988ā€“2000, 2007ā€“2009.
  • Not all that do actually start and end on the same date
  • Not all time zones are integer offsets from UTC
    • For example, the Australia/Adelaide time zone is UTC+09:30 or UTC+10:30

Additionally, since our software runs on PHP, it’s important to note that PHP consistently works well with location-based time zones but anything else (like manual UTC or GMT offsets) can cause unexpected and inconsistent behavior.

WordPress’ General Settings allow setting a site-wide time zone, which is what we use to build this extension’s time zone options, except that we remove all the manualĀ UTC/GMT offsets.

This extension works onĀ the wp-admin Event edit screen and Community Events form.

The goal of using this extension is to avoid all future issues with incorrect processing or displaying of event dates and times.

For a greater understanding of the time zone situation, we recommend you reference these related Knowledgebase articles:

Changelog

  • Version 1.0.0
  • March 16, 2018
  • Initial version

Download Extension

šŸ‘‹ Heads up! We provide limited support for extensions, but you can still open a ticket over at our Help Desk to report any issues.
Install Instructions