Skip to content

Commit 28a4a64

Browse files
author
Bogdan Anton
committed
Changed date to gmdate.
1 parent ec54a07 commit 28a4a64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Client extends \GuzzleHttp\Client
55
{
66
public function __construct(array $setup)
77
{
8-
$date = date('Y-m-d H:i:s');
8+
$date = gmdate('Y-m-d H:i:s');
99
$accept = (array_key_exists('headers.accept', $setup) ? $setup['headers.accept'] : 'application/json');
1010

1111
$code = $setup['code'];

0 commit comments

Comments
 (0)