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.
2 parents c847a97 + e6e2e26 commit 2cf4336Copy full SHA for 2cf4336
app/Config/App.php
@@ -105,6 +105,8 @@ class App extends BaseConfig
105
*
106
* The default timezone that will be used in your application to display
107
* dates with the date helper, and can be retrieved through app_timezone()
108
+ *
109
+ * @see https://www.php.net/manual/en/timezones.php for list of timezones supported by PHP.
110
*/
111
public string $appTimezone = 'UTC';
112
0 commit comments