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

#5459
alexg
Keymaster

Hello,

Thank you and happy new year to you too.

Unfortunately this is not possible at the moment.

If you are interested in making the airdrop appear as if it occurred at some point in time, you can update the created_time and updated_time columns in the DB manually. For example, imagine you just performed an airdrop with a tag of ad-5be9b4ca31a06 and you would like it to appear as if it happened on the change of the new year. You would do the following:

1. Back up your database.

2. In your MySQL console, do this: UPDATE wp_wallets_txs SET created_time='2018-01-01 00:00:00', updated_time='2018-01-01 00:00:00' WHERE tags LIKE '%ad-5be9b4ca31a06%'. (Replacewp_` with your actual table prefix if needed).

Were you interested in actually performing the airdrop on a schedule? This is not currently possible.

with regards