We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c0d3c commit b64f90aCopy full SHA for b64f90a
1 file changed
src/Fieldtypes/Date.php
@@ -387,9 +387,7 @@ private function timezonePlaceholder(): string
387
388
private function resolvedTimezone(): string
389
{
390
- $timezone = $this->config('timezone', config('statamic.cp.default_timezone', 'auto'));
391
-
392
- return is_array($timezone) ? ($timezone[0] ?? 'auto') : $timezone;
+ return $this->config('timezone', config('statamic.cp.default_timezone', 'auto'));
393
}
394
395
public function timeEnabled()
0 commit comments