Fix account time format for DB storage

This commit is contained in:
Deon George 2021-07-09 12:47:10 +10:00
parent 7e150e6cf6
commit 19860d657f
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ class Account extends Model implements IDs
'services_count_html',
'switch_url',
];
public $dateFormat = 'U';
protected $visible = [
'id',
'active_display',