$where = [ 'account_username' => $this->getAccountName(), 'date_prepared' => $date_prepared, 'date_staged' => $this->date->getTimestamp(),];
Hi,I've got the same exact problem as you do. Any update on this?
On Friday, November 21, 2014 2:36:35 PM UTC+1, Boris wrote:
Hi,
I have small issue with timestamps; this is what I do on insert :
$where = ['account_username' => $this->getAccountName(),'date_prepared' => $date_prepared,'date_staged' => $this->date->getTimestamp(),];This is what I can then see via terminal :
However on `SELECT statement` the result is different :