Skip to content

Commit 44fc297

Browse files
committed
IHF: to_default_timezone readme info added.
1 parent 0820ef4 commit 44fc297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ $hostname = db_mysql_variable('hostname');
147147

148148
#### `to_default_timezone()`
149149

150-
Converts passed datetime string to datetime string in Laravel default timezone (`app.timezone` config setting):
150+
Converts passed datetime string to default timezone, which is `app.timezone` config setting:
151151

152152
```php
153153
$date = to_default_timezone('2017-02-28T14:05:01Z');

0 commit comments

Comments
 (0)