|
@@ -345,7 +345,7 @@ discard block |
|
|
block discarded – undo |
|
345
|
345
|
{ |
|
346
|
346
|
$accountCreated = $this->attributes['account_created'] ?? time(); |
|
347
|
347
|
|
|
348
|
|
- return date('Y-m-d', $accountCreated).'T'.date('H:i:s.ZZZZ+ZZZZ', $accountCreated); |
|
|
348
|
+ return date('Y-m-d', $accountCreated) . 'T' . date('H:i:s.ZZZZ+ZZZZ', $accountCreated); |
|
349
|
349
|
} |
|
350
|
350
|
|
|
351
|
351
|
/** |
|
@@ -357,7 +357,7 @@ discard block |
|
|
block discarded – undo |
|
357
|
357
|
{ |
|
358
|
358
|
$accountCreated = $this->attributes['account_created'] ?? time(); |
|
359
|
359
|
|
|
360
|
|
- return date('Y-m-d', $accountCreated).'T'.date('H:i:s.ZZZZ+ZZZZ', $accountCreated); |
|
|
360
|
+ return date('Y-m-d', $accountCreated) . 'T' . date('H:i:s.ZZZZ+ZZZZ', $accountCreated); |
|
361
|
361
|
} |
|
362
|
362
|
|
|
363
|
363
|
/** |
|
@@ -379,7 +379,7 @@ discard block |
|
|
block discarded – undo |
|
379
|
379
|
{ |
|
380
|
380
|
$lastLogin = $this->attributes['last_login'] ?? time(); |
|
381
|
381
|
|
|
382
|
|
- return date('Y-m-d', $lastLogin).'T'.date('H:i:s.ZZZZ+ZZZZ', $lastLogin); |
|
|
382
|
+ return date('Y-m-d', $lastLogin) . 'T' . date('H:i:s.ZZZZ+ZZZZ', $lastLogin); |
|
383
|
383
|
} |
|
384
|
384
|
|
|
385
|
385
|
/** |
Please login to merge, or discard this patch.