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.
to_default_timezone
1 parent 0820ef4 commit 44fc297Copy full SHA for 44fc297
README.md
@@ -147,7 +147,7 @@ $hostname = db_mysql_variable('hostname');
147
148
#### `to_default_timezone()`
149
150
-Converts passed datetime string to datetime string in Laravel default timezone (`app.timezone` config setting):
+Converts passed datetime string to default timezone, which is `app.timezone` config setting:
151
152
```php
153
$date = to_default_timezone('2017-02-28T14:05:01Z');
0 commit comments