Add TimeStampSecs to fields returned for Frames.

This commit is contained in:
Isaac Connor
2023-01-18 10:07:41 -05:00
parent 1a4c349505
commit aa3bc1a28d

View File

@@ -123,4 +123,5 @@ class Frame extends AppModel {
);
public $recursive = -1;
public $virtualFields = array('TimeStampSecs' => 'UNIX_TIMESTAMP(Frame.TimeStamp)');
}