dashed-slug.net › Forums › TurtleCoin Adapter extension support › Invalid Created Times showing up in the transactions › Reply To: Invalid Created Times showing up in the transactions
August 11, 2020 at 1:34 am
#9126
d3vnu77
Participant
Not a problem! Glad we could get the the bottom of this.
so I changed the line to :
$tx->created_time = date('Y-m-d H:i:s', $tx->created_time );
in transactions.php: action_wallets_transaction() method line 911
$address_map->created_time = date('Y-m-d H:i:s', $address_map->created_time );
in transactions.php: action_wallets_address() method line 1169
I can confirm, this fixed the issue.