mirror of
https://github.com/friendica/friendica
synced 2025-05-24 07:44:12 +02:00
Renaming the date format to "JSON"
This commit is contained in:
parent
4e164690d5
commit
e7bc908655
5 changed files with 5 additions and 5 deletions
|
@ -53,6 +53,6 @@ class Token extends BaseDataTransferObject
|
|||
$this->access_token = $access_token;
|
||||
$this->token_type = $token_type;
|
||||
$this->scope = $scope;
|
||||
$this->created_at = DateTimeFormat::utc($created_at, DateTimeFormat::API);
|
||||
$this->created_at = DateTimeFormat::utc($created_at, DateTimeFormat::JSON);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue