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
/
api
/
test-groups.php
diff --git
a/Websites/perf.webkit.org/public/api/test-groups.php
b/Websites/perf.webkit.org/public/api/test-groups.php
index 3d7390abd60235e4d1c1c52727f56b51580ea722..ab01ae90d0bdecbcb2e1e2ecc1a6de20ab07617b 100644
(file)
--- a/
Websites/perf.webkit.org/public/api/test-groups.php
+++ b/
Websites/perf.webkit.org/public/api/test-groups.php
@@
-58,7
+58,6
@@
function fetch_build_requests_for_group($db, $test_group_id) {
WHERE request_build = build_id AND request_group = $1 ORDER BY request_order', array($test_group_id));
}
-date_default_timezone_set('UTC');
function format_test_group($group_row) {
return array(
'id' => $group_row['testgroup_id'],