We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d81c69 commit 79291e0Copy full SHA for 79291e0
build/build-composer-json.php
@@ -4,6 +4,8 @@
4
5
require __DIR__ . '/vendor/autoload.php';
6
7
+date_default_timezone_set('UTC');
8
+
9
$results = array();
10
11
$client = new \GuzzleHttp\Client();
0 commit comments