Is there anyway to convert something like ::
set customers_info_date_account_last_modified = now() where customers
to something a bit more server/worldly friendly?
I’m working on some code but I can’t for the life of me figure out how I can fiddle with the code so that I could do something like:
$my_now = now() + 9 hours;
set customers_info_date_account_last_modified = ' . $my_now . ' where customers
At the moment I’m working on a private project but what gets solved here will definitely show up later !
I promise .... scouts honor .... hehe, a teaser line.