Skip to content

Define setting

Created by: MegaphoneJon

Settings in extensions must be defined with metadata, so that various functions can incorporate it seamlessly. This PR defines the local time zone in settings metadata; I know there are more settings, but this is a start.

As a sidebar, I'm not sure this particular setting is necessary. I think you can accomplish the same thing with DateTime::getTimezone combined with DateTime::getOffset.

Merge request reports