dashed-slug.net › Forums › Airdrop extension support › date and time of transactions › Reply To: date and time of transactions
January 3, 2019 at 9:41 am
#5464
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