Skip to content

Commit e6e2e26

Browse files
committed
docs: add link list of timezones php.net
1 parent c847a97 commit e6e2e26

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)