Skip to content

Commit

Permalink
We will use UTC timezone internally
Browse files Browse the repository at this point in the history
  • Loading branch information
jarofgreen committed Apr 2, 2011
1 parent 97a2790 commit 9a6d488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CoderAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class CoderAction {
protected $dateTime;

public function setDateTime(DateTime $dt) {
$dt->setTimezone(new DateTimeZone('UTC'));
$this->dateTime = $dt;
}

Expand Down

0 comments on commit 9a6d488

Please sign in to comment.