Skip to content
This repository has been archived by the owner on Sep 21, 2019. It is now read-only.

Commit

Permalink
use UTC time
Browse files Browse the repository at this point in the history
  • Loading branch information
shime committed Feb 23, 2012
1 parent b27f2c9 commit e9077b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exceptional/data.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function __construct(Exception $exception) {

// exception data
$message = $this->exception->getMessage();
$now = date("c");
$now = gmdate("c");

// spoof 404 error
$error_class = get_class($this->exception);
Expand Down

0 comments on commit e9077b4

Please sign in to comment.