git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Cache-control should be set only on api/runs
[WebKit-https.git]
/
Websites
/
perf.webkit.org
/
public
/
include
/
db.php
diff --git
a/Websites/perf.webkit.org/public/include/db.php
b/Websites/perf.webkit.org/public/include/db.php
index 1af4465ba3b08d3dabb46eaf7be29a0a68a256c0..0fe3d954cd0794c8111ff68806c344525c791eee 100644
(file)
--- a/
Websites/perf.webkit.org/public/include/db.php
+++ b/
Websites/perf.webkit.org/public/include/db.php
@@
-40,6
+40,8
@@
if (config('debug')) {
} else
error_reporting(E_ERROR);
+date_default_timezone_set('UTC');
+
class Database
{
private $connection = false;