chg: [appTable] Set string format of FrozenTime to ISO 8601-like by default
parent
8d7e2b0df2
commit
6d40968f24
|
@ -16,6 +16,7 @@ class AppTable extends Table
|
|||
{
|
||||
public function initialize(array $config): void
|
||||
{
|
||||
FrozenTime::setToStringFormat("yyyy-MM-dd HH:mm:ss");
|
||||
}
|
||||
|
||||
public function getStatisticsUsageForModel(Object $table, array $scopes, array $options=[]): array
|
||||
|
|
Loading…
Reference in New Issue