Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
esyede committed Nov 23, 2023
1 parent 7b037f2 commit 5cb38e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions system/carbon.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,6 @@ public function __get($name)
case $name === 'dst':
return $this->format('I') === '1';

case $name === 'local':
return $this->offset === $this->copy()->setTimezone(Config::get('application.timezone'))->offset;

case $name === 'utc':
return $this->offset === 0;

Expand Down

0 comments on commit 5cb38e5

Please sign in to comment.