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: Timezones of Moves

dashed-slug.net Forums General discussion Timezones of Moves Reply To: Timezones of Moves

#6257
Anonymous
Inactive

they both are going in at the same time which is the + 6 hours

everything done by the wallet is +6 hours ahead, withdrawals, deposits and moved all are + 6

this causes the mysql query’s that we do are all off and displayed on next day

Example:
$sql3 = "SELECT COUNT(*) FROM $Table WHERE DATE(time)>='$fromDate' AND DATE(time)<='$endDate' AND location='$location' AND account='$account' ";

fromDate would be formatted like this 2019-5-02 same for endDate