Skip to content

Commit 2cf4336

Browse files
authored
Merge pull request #7397 from datamweb/docs-add-link-list-timezones
docs: add link list of timezones php.net
2 parents c847a97 + e6e2e26 commit 2cf4336

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/Config/App.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ class App extends BaseConfig
105105
*
106106
* The default timezone that will be used in your application to display
107107
* 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.
108110
*/
109111
public string $appTimezone = 'UTC';
110112

0 commit comments

Comments
 (0)