Define setting

Merged everykittysdaydream requested to merge github/fork/MegaphoneJon/define-setting-2 into master

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