dashed-slug.net › Forums › Airdrop extension support › date and time of transactions › Reply To: date and time of transactions
January 3, 2019 at 10:02 am
#5466
Keymaster
Is it possible that your database runs on another server than your PHP/web server?
Other transactions use the PHP time as reported by WordPress, but this extension uses the MySQL time because it is implemented as a pure SQL solution. I could change this but it is faster if you make sure the DB server has the correct time.
with regards