Skip to content

Commit

Permalink
Merge pull request #1954 from CachetHQ/analysis-8jlaNr
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI

[ci skip] [skip ci]
  • Loading branch information
jbrooksuk authored Jul 11, 2016
2 parents 5298ad2 + 6715280 commit b349782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Dates/DateFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ public function getTimezone()
{
$dateTime = new Date();
$dateTime->setTimeZone(new DateTimeZone($this->cachetTimezone));

return $dateTime->format('T');
}
}

0 comments on commit b349782

Please sign in to comment.