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

#5464
alexg
Keymaster

OK I understand now.

The plugin inserts the current date as it is set on your server.

It uses the MySQL function <a href="https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html#function_current-time">current_time()</a>.

If you adjust the clock on your server, your new airdrops will be assigned the correct time.

To update the airdrop that you created already, use the code I posted above.

with regards