I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Invalid Created Times showing up in the transactions

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

#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.