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: date and time of transactions

dashed-slug.net Forums Airdrop extension support date and time of transactions Reply To: date and time of transactions

#5466
alexg
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